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 e8cf759 commit 0a280d5Copy full SHA for 0a280d5
tests/test_temporal.py
@@ -101,7 +101,7 @@
101
# Workaround for a race condition when running `logfire.info` inside an activity with attributes to serialize and pandas importable:
102
# AttributeError: partially initialized module 'pandas' has no attribute '_pandas_parser_CAPI' (most likely due to a circular import)
103
try:
104
- import pandas # pyright: ignore[reportUnusedImport,reportMissingImports] # noqa: F401
+ import pandas # pyright: ignore[reportUnusedImport] # noqa: F401
105
except ImportError: # pragma: lax no cover
106
pass
107
0 commit comments