Add missing import of json in utils.irc
This commit is contained in:
parent
0676b7b0db
commit
d92fc7f6b8
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
import string, re, typing
|
||||
import json, string, re, typing
|
||||
|
||||
ASCII_UPPER = string.ascii_uppercase
|
||||
ASCII_LOWER = string.ascii_lowercase
|
||||
|
|
Loading…
Reference in a new issue