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.
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.