Alphabetize imports.
This commit is contained in:
parent
2b157d6931
commit
9bc2c8f79f
1 changed files with 3 additions and 3 deletions
|
@ -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, ):
|
||||
|
|
Loading…
Reference in a new issue