Skip to content

Commit

Permalink
chore: Remove # FIXME(s) that won't be addressed
Browse files Browse the repository at this point in the history
Maybe revisit lazy imports in the future, but for now this is too unrelated to the PR
  • Loading branch information
dangotbanned committed Sep 1, 2024
1 parent 4a7cc4e commit 9bc3ccd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions altair/utils/_importers.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ def vl_version_for_vl_convert() -> str:

def import_pyarrow_interchange() -> ModuleType:
min_version = "11.0.0"
# FIXME: Hot try/except
try:
version = importlib_version("pyarrow")

Expand All @@ -103,7 +102,6 @@ def import_pyarrow_interchange() -> ModuleType:


def pyarrow_available() -> bool:
# FIXME: Hot try/except
try:
import_pyarrow_interchange()
return True
Expand Down

0 comments on commit 9bc3ccd

Please sign in to comment.