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