citra-emu
/
citra
Archived
1
0
Fork 0

Removed unused import binascii

This commit is contained in:
Frederic Laing 2018-10-26 15:55:46 +02:00
parent fa0e82b812
commit ccd5ceeaf7
1 changed files with 0 additions and 1 deletions

View File

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