Enable mypy, and do the minimal changes to make it pass

This commit is contained in:
2021-02-28 12:23:06 +01:00
committed by Valentin Lorentz
parent 1c1b8214a0
commit 12da7e1e3b
18 changed files with 195 additions and 179 deletions

View File

@ -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):