Update base.py

This commit is contained in:
Namhyeon Go 2024-10-08 23:36:02 +09:00 committed by GitHub
parent f01c5d26a0
commit eb701292ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -130,12 +130,8 @@ class ExtensionType:
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