mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 23:16:01 -03:30
Fix some flake8
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user