diff options
author | NavaL <ayoyo@thoughtworks.com> | 2016-06-20 15:03:59 +0200 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2016-06-22 16:27:13 +0200 |
commit | ab37460772c3cf07c6915baf42a61a44156cfde2 (patch) | |
tree | 4bbbf9ef1617210be4999f67ca8e71c716844613 /client/src | |
parent | a841230aa7d199151ffe1cb21d33b9b0a7bd5eb5 (diff) |
[style] pep8 compatibility: indent and white space
It was breaking E126 and E202 before
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/leap/soledad/client/adbapi.py | 2 |
1 files changed, 1 insertions, 1 deletions
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( |