__init__.py shouldn't need to import format()

This commit is contained in:
jesopo 2020-04-21 17:36:47 +01:00
parent f1f6bb0d61
commit 4dbb84e5c0
1 changed files with 0 additions and 1 deletions

View File

@ -1,4 +1,3 @@
from .tokenise import tokenise
from .formatting import format
from .objects import build, Line, Hostmask
from .stateful import StatefulDecoder, StatefulEncoder