Add missing import of json in utils.irc

This commit is contained in:
jesopo 2018-11-05 17:44:21 +00:00
parent 0676b7b0db
commit d92fc7f6b8

View file

@ -1,4 +1,4 @@
import string, re, typing
import json, string, re, typing
ASCII_UPPER = string.ascii_uppercase
ASCII_LOWER = string.ascii_lowercase