Commit 30114d3
committed
fix: use correct pyright ignore syntax for optional logfire import
Changed from 'pyright: ignore' to 'pyright: ignore[reportMissingImports]'
to properly suppress the import error for the optional logfire dependency.
Logfire is only imported when cloud_mode is enabled and is wrapped in
a try/except ImportError block, making it truly optional.
Signed-off-by: phernandez <paul@basicmachines.co>1 parent 9df359e commit 30114d3
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments