mirror of
https://github.com/progval/irctest.git
synced 2025-04-08 00:09:46 +00:00
Enable mypy, and do the minimal changes to make it pass
This commit is contained in:
@ -34,6 +34,7 @@ class Capabilities(enum.Enum):
|
||||
MULTILINE = "draft/multiline"
|
||||
MULTI_PREFIX = "multi-prefix"
|
||||
SERVER_TIME = "server-time"
|
||||
STS = "sts"
|
||||
|
||||
@classmethod
|
||||
def from_name(cls, name):
|
||||
|
Reference in New Issue
Block a user