Skip to content

Commit

Permalink
Unused imports in tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajdavis committed Nov 30, 2015
1 parent 6545b5e commit ee7ff23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/asyncio_tests/test_asyncio_client.py
Expand Up @@ -33,7 +33,7 @@
AsyncIOMockServerTestCase,
remove_all_users)
from test.test_environment import host, port, db_user, db_password
from test.utils import delay, one
from test.utils import one


class TestAsyncIOClient(AsyncIOTestCase):
Expand Down
2 changes: 1 addition & 1 deletion test/tornado_tests/test_motor_client.py
Expand Up @@ -38,7 +38,7 @@
from test import SkipTest
from test.test_environment import host, port, db_user, db_password
from test.tornado_tests import remove_all_users, MotorTest, MotorMockServerTest
from test.utils import delay, one
from test.utils import one
from test.version import padded


Expand Down

0 comments on commit ee7ff23

Please sign in to comment.