From ab37460772c3cf07c6915baf42a61a44156cfde2 Mon Sep 17 00:00:00 2001 From: NavaL Date: Mon, 20 Jun 2016 15:03:59 +0200 Subject: [style] pep8 compatibility: indent and white space It was breaking E126 and E202 before --- client/src/leap/soledad/client/adbapi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src') diff --git a/client/src/leap/soledad/client/adbapi.py b/client/src/leap/soledad/client/adbapi.py index f43e8110..cfd7675c 100644 --- a/client/src/leap/soledad/client/adbapi.py +++ b/client/src/leap/soledad/client/adbapi.py @@ -204,7 +204,7 @@ class U1DBConnectionPool(adbapi.ConnectionPool): :rtype: twisted.internet.defer.Deferred """ meth = "u1db_%s" % meth - semaphore = DeferredSemaphore(SQLCIPHER_MAX_RETRIES ) + semaphore = DeferredSemaphore(SQLCIPHER_MAX_RETRIES) def _run_interaction(): return self.runInteraction( -- cgit v1.2.3