mirror of
https://github.com/ansible/awx.git
synced 2026-06-25 00:18:07 -02:30
move code linting to a stricter pep8-esque auto-formatting tool, black
This commit is contained in:
@@ -19,6 +19,7 @@ def host(inventory):
|
||||
h.save()
|
||||
h = Host.objects.get(name=name, inventory=inventory)
|
||||
return h
|
||||
|
||||
return handler
|
||||
|
||||
|
||||
@@ -29,6 +30,7 @@ def group(inventory):
|
||||
g.save()
|
||||
g = Group.objects.get(name=name, inventory=inventory)
|
||||
return g
|
||||
|
||||
return handler
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user