mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 15:27:47 -02:30
fix lint
This commit is contained in:
@@ -593,7 +593,9 @@ class UnifiedJob(
|
||||
priority = models.PositiveIntegerField(
|
||||
default=0,
|
||||
editable=False,
|
||||
help_text=_("Relative priority to other jobs. The higher the number, the higher the priority. Jobs with equivalent prioirty are started based on available capacity and launch time."),
|
||||
help_text=_(
|
||||
"Relative priority to other jobs. The higher the number, the higher the priority. Jobs with equivalent prioirty are started based on available capacity and launch time."
|
||||
),
|
||||
)
|
||||
emitted_events = models.PositiveIntegerField(
|
||||
default=0,
|
||||
|
||||
Reference in New Issue
Block a user