Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Jun 21, 2023
1 parent 3c3e3e5 commit 8a7523f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions holoviews/core/data/ibis.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
from .util import cached


@lru_cache()
@lru_cache
def ibis_version():
import ibis
return Version(ibis.__version__)


@lru_cache()
@lru_cache
def ibis4():
return ibis_version() >= Version("4.0")

Expand Down

0 comments on commit 8a7523f

Please sign in to comment.