mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 23:51:09 +03:00
Fix some flake8
This commit is contained in:
parent
ab5c4b5f20
commit
3c2f3f323a
@ -3,7 +3,7 @@
|
||||
|
||||
from django.conf import settings
|
||||
from mongoengine import connect
|
||||
from mongoengine.connection import get_db, ConnectionError
|
||||
from mongoengine.connection import ConnectionError
|
||||
|
||||
def test_mongo_connection():
|
||||
# Connect to Mongo
|
||||
|
@ -2,7 +2,6 @@
|
||||
# All Rights Reserved
|
||||
|
||||
import logging
|
||||
import sys
|
||||
from datetime import datetime
|
||||
|
||||
from django.core.management.base import NoArgsCommand
|
||||
|
Loading…
Reference in New Issue
Block a user