Skip to content

Commit b90d9aa

Browse files
committed
fixed method signuture
1 parent 9ca30d0 commit b90d9aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_valkey/base_pool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def connect(self, url: str) -> Base | Any:
107107
"""
108108
raise NotImplementedError
109109

110-
def disconnect(self):
110+
def disconnect(self, connection: type[Base]):
111111
raise NotImplementedError
112112

113113
def get_parser_cls(self):

0 commit comments

Comments
 (0)