Skip to content

Commit 618d4bb

Browse files
renovate-botgcf-owl-bot[bot]chalmerlowe
authored
chore(deps): update all dependencies (#1936)
* chore(deps): update all dependencies * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Chalmer Lowe <[email protected]>
1 parent 5f85e2e commit 618d4bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/unit/test_table.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2362,13 +2362,14 @@ def test__should_use_bqstorage_returns_false_if_max_results_set(self):
23622362

23632363
def test__should_use_bqstorage_returns_false_w_warning_if_missing_dependency(self):
23642364
iterator = self._make_one(first_page_response=None) # not cached
2365-
2365+
23662366
def fail_bqstorage_import(name, globals, locals, fromlist, level):
23672367
"""Returns True if bigquery_storage has been imported."""
23682368
# NOTE: *very* simplified, assuming a straightforward absolute import
23692369
return "bigquery_storage" in name or (
23702370
fromlist is not None and "bigquery_storage" in fromlist
23712371
)
2372+
23722373
# maybe_fail_import() returns ImportError if the predicate is True
23732374
no_bqstorage = maybe_fail_import(predicate=fail_bqstorage_import)
23742375

0 commit comments

Comments
 (0)