remove premature import for future work

This commit is contained in:
jesopo 2020-04-09 11:12:02 +01:00
parent 85ee8e95e0
commit a546a468b7
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ from .ircv3 import CAPContext, CAP_SASL
from .sasl import SASLContext, SASLResult
from .matching import ResponseOr, Numerics, Numeric, ParamAny, ParamFolded
from .asyncs import MaybeAwait
from .struct import Whois
from .interface import (ConnectionParams, ICapability, IServer, SentLine,
SendPriority, SASLParams, IMatchResponse)