summaryrefslogtreecommitdiff
path: root/service/pixelated/support/encrypted_file_storage.py
diff options
context:
space:
mode:
authorDuda Dornelles <ddornell@thoughtworks.com>2014-12-11 08:33:28 -0200
committerDuda Dornelles <ddornell@thoughtworks.com>2014-12-11 08:33:28 -0200
commit766c4838fdabb50b6aa9a2594f091ec43750f691 (patch)
tree901dbe5e02cad55a9971445d24f81465b1305c07 /service/pixelated/support/encrypted_file_storage.py
parent7de1975fd3533ed3b2d5c46cddbaae65eac57175 (diff)
optmizing python imports
Diffstat (limited to 'service/pixelated/support/encrypted_file_storage.py')
-rw-r--r--service/pixelated/support/encrypted_file_storage.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/service/pixelated/support/encrypted_file_storage.py b/service/pixelated/support/encrypted_file_storage.py
index 2fae9942..c6549c06 100644
--- a/service/pixelated/support/encrypted_file_storage.py
+++ b/service/pixelated/support/encrypted_file_storage.py
@@ -15,10 +15,9 @@
# along with Pixelated. If not, see <http://www.gnu.org/licenses/>.
import io
-import os
+import os
from whoosh.filedb.filestore import FileStorage
-
from whoosh.filedb.structfile import StructFile, BufferFile
from cryptography.fernet import Fernet
from whoosh.util import random_name