remove unneeded import

This commit is contained in:
jesopo 2019-10-27 10:25:37 +00:00
parent 8f4b5a0e70
commit 8425c11c97

View file

@ -1,6 +1,5 @@
import json, string, re, typing, uuid
from src import utils
from . import protocol
ASCII_UPPER = string.ascii_uppercase
ASCII_LOWER = string.ascii_lowercase