diff options
author | Victor Shyba <victor.shyba@gmail.com> | 2015-08-20 16:11:11 -0300 |
---|---|---|
committer | Victor Shyba <victor.shyba@gmail.com> | 2015-08-20 16:11:11 -0300 |
commit | dfd065199cb75e57ac1504f332893c2003a14b4d (patch) | |
tree | dfae5ecdf8a0a941b17f677f7d5a045163ebcfd0 /service/test | |
parent | 3bef40f5c66265a1179905f075c62c2ca42e4e4d (diff) |
[pep8] E402 module level import not at top of file
Diffstat (limited to 'service/test')
-rw-r--r-- | service/test/perf/contacts/test_Contacts.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/test/perf/contacts/test_Contacts.py b/service/test/perf/contacts/test_Contacts.py index 5dd56a6c..967e9eb1 100644 --- a/service/test/perf/contacts/test_Contacts.py +++ b/service/test/perf/contacts/test_Contacts.py @@ -20,8 +20,8 @@ from funkload.FunkLoadTestCase import FunkLoadTestCase from test.support.integration import AppTestClient from test.support.dispatcher.proxy import Proxy from crochet import setup, wait_for -setup() from leap.common.events.server import ensure_server +setup() @wait_for(timeout=5.0) |