summaryrefslogtreecommitdiff
path: root/service/pixelated/support/ext_sqlcipher.py
diff options
context:
space:
mode:
authorBruno Wagner <bwgpro@gmail.com>2014-12-11 14:36:51 -0200
committerBruno Wagner <bwgpro@gmail.com>2014-12-11 14:36:51 -0200
commit391bceaad87c7ec3766bf79d55060673d0819765 (patch)
tree3aa61ef1ee92f4b2d254ceae0d69221e93842ead /service/pixelated/support/ext_sqlcipher.py
parent0b66d29b68be179624c5dc8096400353d48df76d (diff)
Fixed pep8
Diffstat (limited to 'service/pixelated/support/ext_sqlcipher.py')
-rw-r--r--service/pixelated/support/ext_sqlcipher.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/service/pixelated/support/ext_sqlcipher.py b/service/pixelated/support/ext_sqlcipher.py
index fae1df72..776087bf 100644
--- a/service/pixelated/support/ext_sqlcipher.py
+++ b/service/pixelated/support/ext_sqlcipher.py
@@ -18,8 +18,6 @@ from sys import platform as _platform
import leap.soledad.client.sqlcipher
-
-
# WAL is breaking for the debian sqlcipher package so we need to disable it
# refer to https://leap.se/code/issues/5562
if _platform == 'linux2':