Fix linting

This commit is contained in:
Pekka Pöyry 2016-07-05 13:34:04 +03:00
parent 97964417da
commit 8b20340bc8
1 changed files with 1 additions and 1 deletions

View File

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