Fix linting

This commit is contained in:
Pekka Pöyry
2016-07-05 13:34:04 +03:00
parent 97964417da
commit 8b20340bc8

View File

@@ -13,7 +13,7 @@ try:
import cryptography import cryptography
from cryptography.hazmat.backends import default_backend from cryptography.hazmat.backends import default_backend
from cryptography.hazmat.primitives import hashes from cryptography.hazmat.primitives import hashes
from cryptography.hazmat.primitives.ciphers import( from cryptography.hazmat.primitives.ciphers import (
Cipher, algorithms, modes Cipher, algorithms, modes
) )
from cryptography.fernet import Fernet from cryptography.fernet import Fernet