Skip to content

Commit e000ce0

Browse files
committed
address samples lint error
1 parent 8a897cd commit e000ce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/snippets/st_regionstats_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"""Code sample for https://docs.cloud.google.com/bigquery/docs/raster-data#analytics-hub-source"""
1616

1717

18-
def test_st_regionstats():
18+
def test_st_regionstats() -> None:
1919
project_id = "bigframes-dev"
2020

2121
# [START bigquery_dataframes_st_regionstats]

0 commit comments

Comments
 (0)