mirror of
https://github.com/ansible/awx.git
synced 2026-06-22 15:17:44 -02:30
move code linting to a stricter pep8-esque auto-formatting tool, black
This commit is contained in:
@@ -15,7 +15,7 @@ class ExecutionEnvironment(CommonModel):
|
||||
PULL_CHOICES = [
|
||||
('always', _("Always pull container before running.")),
|
||||
('missing', _("No pull option has been selected.")),
|
||||
('never', _("Never pull container before running."))
|
||||
('never', _("Never pull container before running.")),
|
||||
]
|
||||
|
||||
organization = models.ForeignKey(
|
||||
|
||||
Reference in New Issue
Block a user