DmitrMakeev commited on
Commit
5ee51b7
·
verified ·
1 Parent(s): 85d1b52

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -15,9 +15,7 @@ from io import BytesIO
15
 
16
  import uuid
17
 
18
- from cryptography.fernet import Fernet
19
- from cryptography.hazmat.primitives import hashes
20
- from cryptography.hazmat.primitives.kdf.pbkdf2 import PBKDF2HMAC
21
 
22
 
23
 
 
15
 
16
  import uuid
17
 
18
+
 
 
19
 
20
 
21