BigQuery: Run lint and black on samples/ directory #9081
Labels
api: bigquery
Issues related to the BigQuery API.
type: cleanup
An internal cleanup or hygiene concern.
We should make sure our code samples are linted, too.
I think we'll get a few flake8 errors for unused imports. Since we always want to show
from google.cloud import bigquery
, we can make those lines into comments when they are otherwise unnecessary.Also, I forget if we use the templated files for
noxfile.py
. This update may need to be made at the synthtool templates repo if so.The text was updated successfully, but these errors were encountered: