Skip to content

Commit

Permalink
Update base.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gnh1201 authored Oct 8, 2024
1 parent f01c5d2 commit eb70129
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions base.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit eb70129

Please sign in to comment.