From 9ed29070d3f4ccf1d842aaa57429bc143ce3a4e3 Mon Sep 17 00:00:00 2001 From: Peter Lamut Date: Thu, 11 Nov 2021 12:28:20 +0200 Subject: [PATCH] process: mark the package as type-checked --- google/cloud/bigquery/py.typed | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 google/cloud/bigquery/py.typed diff --git a/google/cloud/bigquery/py.typed b/google/cloud/bigquery/py.typed new file mode 100644 index 000000000..e73777993 --- /dev/null +++ b/google/cloud/bigquery/py.typed @@ -0,0 +1,2 @@ +# Marker file for PEP 561. +# The google-cloud-bigquery package uses inline types.