From d661167b98a6b717856a08e147b38dabb8369349 Mon Sep 17 00:00:00 2001 From: Chris Wilcox Date: Tue, 12 Oct 2021 17:37:21 -0700 Subject: [PATCH 1/2] chore: add py.typed file for PEP 561 compatibility --- google/cloud/datastore/py.typed | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 google/cloud/datastore/py.typed diff --git a/google/cloud/datastore/py.typed b/google/cloud/datastore/py.typed new file mode 100644 index 00000000..e69de29b From 76e5ea9386efad3680db543238087ed978ad03d3 Mon Sep 17 00:00:00 2001 From: Christopher Wilcox Date: Tue, 12 Oct 2021 17:44:03 -0700 Subject: [PATCH 2/2] Update py.typed --- google/cloud/datastore/py.typed | 2 ++ 1 file changed, 2 insertions(+) diff --git a/google/cloud/datastore/py.typed b/google/cloud/datastore/py.typed index e69de29b..341f38ba 100644 --- a/google/cloud/datastore/py.typed +++ b/google/cloud/datastore/py.typed @@ -0,0 +1,2 @@ +# Marker file for PEP 561. +# The google-cloud-datastore package uses inline types.