Skip to content

Commit

Permalink
chore: remove unneeded double import
Browse files Browse the repository at this point in the history
This was already imported
  • Loading branch information
NickCrews authored and cpcloud committed Jan 16, 2024
1 parent f711337 commit c94c0df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ibis/expr/types/generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
import ibis
import ibis.common.exceptions as com
import ibis.expr.datatypes as dt
from ibis.common.deferred import Deferred
import ibis.expr.operations as ops
from ibis.common.deferred import Deferred
from ibis.common.grounds import Singleton
from ibis.expr.types.core import Expr, _binop, _FixedTextJupyterMixin
from ibis.util import deprecated
Expand Down Expand Up @@ -724,7 +724,7 @@ def over(
"""
import ibis.expr.analysis as an
import ibis.expr.builders as bl
from ibis.common.deferred import Deferred, Call
from ibis.common.deferred import Call
from ibis import _

if window is None:
Expand Down

0 comments on commit c94c0df

Please sign in to comment.