mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 09:27:36 -02: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
|
||||
|
||||
Reference in New Issue
Block a user