mirror of
https://github.com/ansible/awx.git
synced 2026-03-30 23:35:05 -02:30
Fix flake8 E302 errors.
This commit is contained in:
@@ -3,6 +3,7 @@ import pytest
|
||||
from django.conf import settings
|
||||
from datetime import timedelta
|
||||
|
||||
|
||||
@pytest.mark.parametrize("job_name,function_path", [
|
||||
('admin_checks', 'awx.main.tasks.run_administrative_checks'),
|
||||
('tower_scheduler', 'awx.main.tasks.tower_periodic_scheduler'),
|
||||
|
||||
Reference in New Issue
Block a user