We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70f228e commit 328d8adCopy full SHA for 328d8ad
sentry_sdk/transport.py
@@ -700,7 +700,7 @@ def flush( # type: ignore[override]
700
701
if timeout > 0:
702
self._worker.submit(lambda: self._flush_client_reports(force=True))
703
- return self._worker.flush(timeout, callback)
+ return self._worker.flush(timeout, callback) # type: ignore[func-returns-value]
704
return None
705
706
def _get_pool_options(self: Self) -> Dict[str, Any]:
0 commit comments