Skip to content

Commit 92356bb

Browse files
committed
Removed wrong annotation
1 parent 9cada36 commit 92356bb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

redis/connection.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -214,12 +214,10 @@ def pack_commands(self, commands):
214214
def handshake_metadata(self) -> Union[Dict[bytes, bytes], Dict[str, str]]:
215215
pass
216216

217-
@property
218217
@abstractmethod
219218
def set_re_auth_token(self, token: TokenInterface):
220219
pass
221220

222-
@property
223221
@abstractmethod
224222
def re_auth(self):
225223
pass
@@ -975,11 +973,9 @@ def _on_invalidation_callback(self, data: List[Union[str, Optional[List[bytes]]]
975973
def get_protocol(self):
976974
return self._conn.get_protocol()
977975

978-
@property
979976
def set_re_auth_token(self, token: TokenInterface):
980977
self._conn.set_re_auth_token(token)
981978

982-
@property
983979
def re_auth(self):
984980
self._conn.re_auth()
985981

0 commit comments

Comments
 (0)