mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
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…
x
Reference in New Issue
Block a user