Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
lithomas1 committed Oct 29, 2022
1 parent 399a93f commit d01fe1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pandas/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,10 @@
# use the closest tagged version if possible
_built_with_meson = False
try:
from pandas._version_meson import (
from pandas._version_meson import ( # pyright: ignore [reportMissingImports]
__version__,
__git_version__,
) # pyright: ignore [reportMissingImports]
)

_built_with_meson = True
except ImportError:
Expand Down

0 comments on commit d01fe1a

Please sign in to comment.