Skip to content

Commit d01fe1a

Browse files
committed
fix?
1 parent 399a93f commit d01fe1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -178,10 +178,10 @@
178178
# use the closest tagged version if possible
179179
_built_with_meson = False
180180
try:
181-
from pandas._version_meson import (
181+
from pandas._version_meson import ( # pyright: ignore [reportMissingImports]
182182
__version__,
183183
__git_version__,
184-
) # pyright: ignore [reportMissingImports]
184+
)
185185

186186
_built_with_meson = True
187187
except ImportError:

0 commit comments

Comments
 (0)