The release attrs==21.1.0 broke pytype check #655
Labels
api: bigquery
Issues related to the googleapis/python-bigquery API.
type: process
A process-related concern. May include testing, release, or the like.
Running the
pytype
check onmaster
fails:This happens with the most recent
attrs
release, namely 21.1.0. The error does not happen in a release before that (attrs==20.3.0).A possible workaround is to temporarily force installing that version before running
pytype
.The text was updated successfully, but these errors were encountered: