diff --git a/pyrogram/crypto/ige.py b/pyrogram/crypto/ige.py index 18d7a09a..da0a2398 100644 --- a/pyrogram/crypto/ige.py +++ b/pyrogram/crypto/ige.py @@ -16,10 +16,7 @@ # You should have received a copy of the GNU Lesser General Public License # along with Pyrogram. If not, see . -try: - from pyaes import AES -except ImportError: - pass +from pyaes import AES BLOCK_SIZE = 16