We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fbb6ec commit 16b6b0dCopy full SHA for 16b6b0d
1 file changed
conjure_python_client/_http/requests_client.py
@@ -251,7 +251,7 @@ def init_poolmanager(
251
def __setstate__(self, state):
252
if self.ENABLE_KEEP_ALIVE_ATTR not in state:
253
state[self.ENABLE_KEEP_ALIVE_ATTR] = False
254
- super().__setstate__(state)
+ super().__setstate__(state) # type: ignore
255
256
257
class ConjureHTTPError(HTTPError):
0 commit comments