Skip to content

Commit 0a280d5

Browse files
committed
fixing types
1 parent e8cf759 commit 0a280d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_temporal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
# Workaround for a race condition when running `logfire.info` inside an activity with attributes to serialize and pandas importable:
102102
# AttributeError: partially initialized module 'pandas' has no attribute '_pandas_parser_CAPI' (most likely due to a circular import)
103103
try:
104-
import pandas # pyright: ignore[reportUnusedImport,reportMissingImports] # noqa: F401
104+
import pandas # pyright: ignore[reportUnusedImport] # noqa: F401
105105
except ImportError: # pragma: lax no cover
106106
pass
107107

0 commit comments

Comments
 (0)