Skip to content

Commit

Permalink
chore: fix import location in type import
Browse files Browse the repository at this point in the history
This has been importing from the wrong place for a while,
causing an error in pylance
  • Loading branch information
NickCrews committed Apr 19, 2024
1 parent a54564b commit 2c3f109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibis/expr/types/relations.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
from ibis.expr.schema import SchemaLike
from ibis.expr.types import Table
from ibis.expr.types.groupby import GroupedTable
from ibis.expr.types.tvf import WindowedTable
from ibis.expr.types.temporal_windows import WindowedTable
from ibis.formats.pyarrow import PyArrowData
from ibis.selectors import IfAnyAll

Expand Down

0 comments on commit 2c3f109

Please sign in to comment.