Alphabetize imports.

master
voussoir 2021-09-22 11:23:15 -07:00
parent 2b157d6931
commit 9bc2c8f79f
No known key found for this signature in database
GPG Key ID: 5F7554F8C26DACCB
1 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
from Crypto.Cipher import AES
import json
import base64
import struct
import binascii
import json
import random
import struct
import sys
from Crypto.Cipher import AES
# Python3 compatibility
if sys.version_info < (3, ):