Import IRCServer in IRCLine so type hint comment is valid (src/IRCLine.py)
This commit is contained in:
parent
f8e6a55ada
commit
ecb197858e
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
import datetime, typing
|
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
|
# this should be 510 (RFC1459, 512 with \r\n) but a server BitBot uses is broken
|
||||||
LINE_CUTOFF = 470
|
LINE_CUTOFF = 470
|
||||||
|
|
Loading…
Reference in a new issue