Skip to content

Commit 6ccbf3c

Browse files
committed
style(bigframes, sqlalchemy-bigquery): fix lint and format issues
1 parent 09412e9 commit 6ccbf3c

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

packages/bigframes/tests/system/small/bigquery/test_json.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
# limitations under the License.
1414

1515
import json
16+
1617
import geopandas as gpd # type: ignore
1718
import pandas as pd
1819
import pyarrow as pa

packages/sqlalchemy-bigquery/noxfile.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,6 @@ def wrapper(*args, **kwargs):
143143
return wrapper
144144

145145

146-
147-
148-
149146
nox.options.sessions = [
150147
"unit",
151148
"system",

0 commit comments

Comments
 (0)