From dfd065199cb75e57ac1504f332893c2003a14b4d Mon Sep 17 00:00:00 2001 From: Victor Shyba Date: Thu, 20 Aug 2015 16:11:11 -0300 Subject: [pep8] E402 module level import not at top of file --- service/test/perf/contacts/test_Contacts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'service/test/perf/contacts') 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) -- cgit v1.2.3