Skip to content

Commit 52de10a

Browse files
committed
fix mypy errors
1 parent 85c5407 commit 52de10a

File tree

1 file changed

+2
-2
lines changed
  • bigframes/core/compile/ibis_compiler/operations

1 file changed

+2
-2
lines changed

bigframes/core/compile/ibis_compiler/operations/geo_ops.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ def st_isclosed(a: ibis_dtypes.geography) -> ibis_dtypes.boolean: # type: ignor
167167

168168
@ibis_udf.scalar.builtin
169169
def st_simplify(
170-
geography: ibis_dtypes.geography,
171-
tolerance_meters: ibis_dtypes.float,
170+
geography: ibis_dtypes.geography, # type: ignore
171+
tolerance_meters: ibis_dtypes.float, # type: ignore
172172
) -> ibis_dtypes.geography: # type: ignore
173173
...

0 commit comments

Comments
 (0)