mirror of
https://github.com/ansible/awx.git
synced 2026-03-19 09:57:33 -02:30
Remove extraneous leftover conditional import
This commit is contained in:
@@ -22,10 +22,6 @@ import yaml
|
|||||||
import fcntl
|
import fcntl
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
from uuid import uuid4
|
from uuid import uuid4
|
||||||
try:
|
|
||||||
import psutil
|
|
||||||
except Exception:
|
|
||||||
psutil = None
|
|
||||||
import urllib.parse as urlparse
|
import urllib.parse as urlparse
|
||||||
|
|
||||||
# Django
|
# Django
|
||||||
|
|||||||
Reference in New Issue
Block a user