mirror of
https://github.com/ansible/awx.git
synced 2026-01-25 00:11:23 -03:30
lint
This commit is contained in:
parent
0f53d9b911
commit
fb97687d14
@ -2,7 +2,6 @@ import pytest
|
||||
|
||||
from awx.api.versioning import reverse
|
||||
from awx.main.models import AdHocCommand, AdHocCommandEvent, JobEvent
|
||||
from awx.main.models import Job
|
||||
|
||||
|
||||
@pytest.mark.django_db
|
||||
|
||||
@ -9,6 +9,7 @@ import logging
|
||||
import os
|
||||
import re
|
||||
import stat
|
||||
import subprocess
|
||||
import urllib.parse
|
||||
import threading
|
||||
import contextlib
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user