Skip to content

Commit 96e6bee

Browse files
authored
feat: Add py.typed for PEP 561 compliance (#976)
Type annotations were added in commit f8d4aaa. For these annotations to be useful by library users, the package should install a py.typed file. This tells mypy and other tools to consume and use these types. For more details, see: https://mypy.readthedocs.io/en/stable/installed_packages.html#creating-pep-561-compatible-packages
1 parent afdc1ed commit 96e6bee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

google/cloud/bigquery/py.typed

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Marker file for PEP 561.
2+
# The google-cloud-bigquery package uses inline types.

0 commit comments

Comments
 (0)