Skip to content

Commit

Permalink
lint: fixed linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
sagar-salvi-apptware committed Dec 27, 2024
1 parent bffa877 commit 2a591ec
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -620,9 +620,7 @@ def test_bigquery_lineage_v2_ingest_view_snapshots(
):
test_resources_dir = pytestconfig.rootpath / "tests/integration/bigquery_v2"
mcp_golden_path = f"{test_resources_dir}/{golden_file}"
mcp_output_path = "{}/{}_output.json".format(
tmp_path, golden_file
)
mcp_output_path = "{}/{}_output.json".format(tmp_path, golden_file)

dataset_name = "bigquery-dataset-1"
get_datasets_for_project_id.return_value = [
Expand Down

0 comments on commit 2a591ec

Please sign in to comment.