From ecb197858ed7ed573aa6f42c91381c6b485a9995 Mon Sep 17 00:00:00 2001 From: jesopo Date: Sun, 10 Feb 2019 23:51:28 +0000 Subject: Import IRCServer in IRCLine so type hint comment is valid (src/IRCLine.py) --- src/IRCLine.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/IRCLine.py b/src/IRCLine.py index 2b1eb63d..360faa17 100644 --- a/src/IRCLine.py +++ b/src/IRCLine.py @@ -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 -- cgit v1.3.1-10-gc9f91