remove unneeded import
This commit is contained in:
parent
8f4b5a0e70
commit
8425c11c97
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue