Skip to content

Commit 4f63a86

Browse files
committed
lint
1 parent df54f0a commit 4f63a86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/bigframes/third_party/bigframes_vendored/ibis/expr/operations

packages/bigframes/third_party/bigframes_vendored/ibis/expr/operations/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
from __future__ import annotations
44

5+
import sys
56
from abc import abstractmethod
67
from typing import Any, Generic, Optional, TypeVar
78

8-
import sys
99
import bigframes_vendored.ibis.expr.datashape as ds
1010
import bigframes_vendored.ibis.expr.datatypes as dt
1111
import bigframes_vendored.ibis.expr.rules as rlz

0 commit comments

Comments
 (0)