Skip to content

Commit 3686f69

Browse files
committed
Remove try..except block, now pyaes is made available during setup
1 parent bbad1f7 commit 3686f69

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

pyrogram/crypto/ige.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,7 @@
1616
# You should have received a copy of the GNU Lesser General Public License
1717
# along with Pyrogram. If not, see <http://www.gnu.org/licenses/>.
1818

19-
try:
20-
from pyaes import AES
21-
except ImportError:
22-
pass
19+
from pyaes import AES
2320

2421
BLOCK_SIZE = 16
2522

0 commit comments

Comments
 (0)