add missing Responses import on server.py
This commit is contained in:
parent
bf68b6cb75
commit
a48a0dedd9
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ from irctokens import build, Line, tokenise
|
|||
|
||||
from .ircv3 import CAPContext, CAP_ECHO, CAP_SASL, CAP_LABEL, LABEL_TAG
|
||||
from .sasl import SASLContext, SASLResult
|
||||
from .matching import ResponseOr, Response, ParamAny, ParamFolded
|
||||
from .matching import ResponseOr, Responses, Response, ParamAny, ParamFolded
|
||||
from .asyncs import MaybeAwait
|
||||
from .struct import Whois
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue