Skip to content

Commit 16b6b0d

Browse files
committed
ignore mypy
1 parent 7fbb6ec commit 16b6b0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

conjure_python_client/_http/requests_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ def init_poolmanager(
251251
def __setstate__(self, state):
252252
if self.ENABLE_KEEP_ALIVE_ATTR not in state:
253253
state[self.ENABLE_KEEP_ALIVE_ATTR] = False
254-
super().__setstate__(state)
254+
super().__setstate__(state) # type: ignore
255255

256256

257257
class ConjureHTTPError(HTTPError):

0 commit comments

Comments
 (0)