diff --git a/base.py b/base.py index d0588af..0a541c6 100644 --- a/base.py +++ b/base.py @@ -130,12 +130,8 @@ def __init__(self): self.exported_methods: list[str] = [] self.connection_type: str = None - -type extension_type = ExtensionType - - class Extension: - extensions: list[extension_type] = [] + extensions: list[ExtensionType] = [] protocols = [] buffer_size = 8192