Merge pull request #4368 from FreddyFunk/unused-import

scripting/citra: Removed unused import binascii
This commit is contained in:
Weiyi Wang 2018-10-26 22:37:31 -04:00 committed by GitHub
commit dd626bb5db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
import zmq
import struct
import random
import binascii
import enum
CURRENT_REQUEST_VERSION = 1