mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Move import line up
This commit is contained in:
parent
a3e95ab171
commit
83bb3bba08
@ -4,12 +4,11 @@ import os
|
||||
import logging
|
||||
import django
|
||||
from awx import __version__ as tower_version
|
||||
|
||||
# Prepare the AWX environment.
|
||||
from awx import prepare_env, MODE
|
||||
from channels.routing import get_default_application # noqa
|
||||
prepare_env() # NOQA
|
||||
|
||||
from channels.routing import get_default_application # noqa
|
||||
|
||||
|
||||
"""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user