mirror of
https://github.com/progval/irctest.git
synced 2025-04-07 15:59:49 +00:00
Enable mypy, and do the minimal changes to make it pass
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user