Import IRCServer in IRCLine so type hint comment is valid (src/IRCLine.py)

This commit is contained in:
jesopo 2019-02-10 23:51:28 +00:00
parent f8e6a55ada
commit ecb197858e

View file

@ -1,5 +1,5 @@
import datetime, typing
from src import IRCObject, utils
from src import IRCObject, IRCServer, utils
# this should be 510 (RFC1459, 512 with \r\n) but a server BitBot uses is broken
LINE_CUTOFF = 470