Skip to content

Commit

Permalink
fixup! fix codacy stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
troyraen committed Jul 22, 2024
1 parent 157ebff commit e789684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pittgoogle/bigquery.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def _check_bqstorage_client(user_value: bool | None) -> bool:
return user_value

try:
import google.cloud.bigquery_storage # noqa: F401
import google.cloud.bigquery_storage # noqa: W0611

Check warning on line 169 in pittgoogle/bigquery.py

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

pittgoogle/bigquery.py#L169

Unused import google.cloud.bigquery_storage
except ModuleNotFoundError:
return False
return True
Expand Down

0 comments on commit e789684

Please sign in to comment.