Skip to content

Commit

Permalink
Deleted wrong import
Browse files Browse the repository at this point in the history
  • Loading branch information
ebellocchia committed Apr 9, 2021
1 parent eaf14dc commit f57a645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_aes_cipher.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# Imports
import os, unittest
from pathlib import Path
from aes_cipher import FileDecrypter, FileEncrypter, FileDataEncodings, FileHmacError, KeyIvGeneratorItrError
from aes_cipher import FileDecrypter, FileEncrypter, FileDataEncodings, FileHmacError
from aes_cipher.file_decrypter import FileDecrypterConst

#
Expand Down

0 comments on commit f57a645

Please sign in to comment.