[cleanup] remove useless import now that bytearray is exporting necessary bits

This commit is contained in:
Vincent Hanquez 2015-04-22 06:25:01 +01:00
parent 7cd2d2b701
commit 26006dfe25

View File

@ -45,7 +45,6 @@ import Crypto.Cipher.Types.AEAD
import Crypto.Cipher.Types.Utils
import Crypto.Internal.ByteArray
import Crypto.Internal.Memory
import Foreign.Ptr
import Foreign.Storable