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

@ -68,7 +68,6 @@ def make_list(list_):
class MammonController(BaseServerController, DirectoryBasedController):
software_name = "Mammon"
supported_sasl_mechanisms = {"PLAIN", "ECDSA-NIST256P-CHALLENGE"}
supported_capabilities = set() # Not exhaustive
def create_config(self):
super().create_config()