1
0
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:
Matthew Jones 2015-06-09 16:07:06 -04:00
parent ab5c4b5f20
commit 3c2f3f323a
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -2,7 +2,6 @@
# All Rights Reserved
import logging
import sys
from datetime import datetime
from django.core.management.base import NoArgsCommand