Skip to content

Commit

Permalink
fix: add 'type: ignore' comment for 'google.auth' (#579)
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver authored Aug 20, 2020
1 parent 2678d3f commit af17501
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import abc
import typing
import pkg_resources

from google import auth
from google import auth # type: ignore
from google.api_core import exceptions # type: ignore
from google.api_core import gapic_v1 # type: ignore
from google.api_core import retry as retries # type: ignore
Expand Down

0 comments on commit af17501

Please sign in to comment.