Skip to content

Commit 4df5cce

Browse files
committed
fix imports
1 parent 99389a1 commit 4df5cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bigframes/core/compile/ibis_compiler/scalar_op_registry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
import functools
1818
import typing
19-
from typing import cast, Union
19+
from typing import cast
2020

2121
from bigframes_vendored import ibis
2222
import bigframes_vendored.ibis.expr.api as ibis_api

0 commit comments

Comments
 (0)