Skip to content

Commit

Permalink
run lint
Browse files Browse the repository at this point in the history
  • Loading branch information
anshbansal committed Jul 14, 2022
1 parent d11aebc commit 399f806
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,9 @@ def generate_profile_candidates(
if profile_clause == "":
return None
storage_project_id = self.get_multiproject_project_id(inspector)
exec_project_id = self.get_multiproject_project_id(inspector, run_on_compute=True)
exec_project_id = self.get_multiproject_project_id(
inspector, run_on_compute=True
)
_client: BigQueryClient = BigQueryClient(project=exec_project_id)
# Reading all tables' metadata to report
base_query = (
Expand Down

0 comments on commit 399f806

Please sign in to comment.