Skip to content

Commit a51872e

Browse files
committed
fix(bigquery): fix black formatting in test_magics.py
1 parent 9e50516 commit a51872e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/google-cloud-bigquery/tests/system/test_magics.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ def test_bigquery_magic(ipython_interactive):
7373
result = ip.run_cell_magic("bigquery", "--use_rest_api", sql)
7474

7575
import gc
76+
7677
gc.collect()
7778

7879
for _ in range(30): # Wait up to 3 seconds

0 commit comments

Comments
 (0)