There was an error while loading. Please reload this page.
1 parent afff842 commit eb19712Copy full SHA for eb19712
.gitignore
@@ -29,6 +29,7 @@ pip-log.txt
29
.nox
30
.cache
31
.pytest_cache
32
+.pytype
33
34
35
# Mac
google/cloud/firestore_v1/base_client.py
@@ -25,8 +25,8 @@
25
"""
26
import os
27
28
-import google.api_core.client_options
-import google.api_core.path_template
+import google.api_core.client_options # type: ignore
+import google.api_core.path_template # type: ignore
from google.api_core.gapic_v1 import client_info # type: ignore
from google.cloud.client import ClientWithProject # type: ignore
0 commit comments