Fix misc. linter errors

This commit is contained in:
beeankha
2020-05-14 15:43:50 -04:00
parent e078ac1c80
commit 479ab8550d
10 changed files with 28 additions and 25 deletions

View File

@@ -9,7 +9,7 @@ from awx import __version__ as tower_version
from awx import prepare_env, MODE
prepare_env() # NOQA
from channels.routing import get_default_application
from channels.routing import get_default_application # noqa
"""