diff options
Diffstat (limited to '__init__.py')
-rw-r--r-- | __init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/__init__.py b/__init__.py index 16a7da0c..6329cf30 100644 --- a/__init__.py +++ b/__init__.py @@ -70,7 +70,6 @@ class Soledad(object): # one for symmetric encryption. self._db = sqlcipher.open(self.LOCAL_DB_PATH, True, self._secret, soledad=self) - def close(self): """ |