Skip to content

Commit dfada4d

Browse files
committed
Type ignore until Self is supported by mypy
1 parent d808e74 commit dfada4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dapr/clients/grpc/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def close(self):
148148
def __del__(self):
149149
self.close()
150150

151-
def __enter__(self) -> Self:
151+
def __enter__(self) -> Self: # type: ignore
152152
return self
153153

154154
def __exit__(self, exc_type, exc_value, traceback) -> None:

0 commit comments

Comments
 (0)