1
0
Fork 0
mirror of https://github.com/PabloMK7/citra.git synced 2025-04-09 05:21:32 +02:00

Removed unused import binascii

This commit is contained in:
Frederic Laing 2018-10-26 15:55:46 +02:00
parent fa0e82b812
commit ccd5ceeaf7

View file

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