mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 06:17:36 -02:30
lint
This commit is contained in:
@@ -2,7 +2,6 @@ import pytest
|
|||||||
|
|
||||||
from awx.api.versioning import reverse
|
from awx.api.versioning import reverse
|
||||||
from awx.main.models import AdHocCommand, AdHocCommandEvent, JobEvent
|
from awx.main.models import AdHocCommand, AdHocCommandEvent, JobEvent
|
||||||
from awx.main.models import Job
|
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.django_db
|
@pytest.mark.django_db
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ import logging
|
|||||||
import os
|
import os
|
||||||
import re
|
import re
|
||||||
import stat
|
import stat
|
||||||
|
import subprocess
|
||||||
import urllib.parse
|
import urllib.parse
|
||||||
import threading
|
import threading
|
||||||
import contextlib
|
import contextlib
|
||||||
|
|||||||
Reference in New Issue
Block a user