Skip to content

Commit

Permalink
fix: pytype client errors (#146)
Browse files Browse the repository at this point in the history
* feat: add pytype to gitignore

* fix: type ignore api_core
  • Loading branch information
rafilong committed Aug 6, 2020
1 parent afff842 commit eb19712
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -29,6 +29,7 @@ pip-log.txt
.nox
.cache
.pytest_cache
.pytype


# Mac
Expand Down
4 changes: 2 additions & 2 deletions google/cloud/firestore_v1/base_client.py
Expand Up @@ -25,8 +25,8 @@
"""
import os

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

Expand Down

0 comments on commit eb19712

Please sign in to comment.