Skip to content

Commit

Permalink
fix(tests/operators/bq): remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mokshasoul committed Dec 13, 2023
1 parent 891bb73 commit ada302c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/providers/google/cloud/operators/test_bigquery.py
Original file line number Diff line number Diff line change
Expand Up @@ -1485,7 +1485,6 @@ def test_bigquery_insert_job_operator_async_inherits_hook_project_id_when_non_gi
project_id passed to the BigQueryInsertJobOperator.
"""
job_id = "123456"
hash_ = "hash"

configuration = {
"query": {
Expand Down

0 comments on commit ada302c

Please sign in to comment.