Skip to content

bigquery: mypy lint failures #16811

@jskeet

Description

@jskeet

Error log:

nox > mypy -p google --show-traceback
google/cloud/bigquery/_pyarrow_helpers.py:29: error: Incompatible types in assignment (expression has type "None", variable has type Module)  [assignment]
google/cloud/bigquery/external_config.py:886: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs  [annotation-unchecked]
google/cloud/bigquery/table.py:36: error: Incompatible types in assignment (expression has type "None", variable has type Module)  [assignment]
Found 2 errors in 2 files (checked 54 source files)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions