Skip to content

Commit

Permalink
Remove apiclient.__version__ (#871)
Browse files Browse the repository at this point in the history
Hello,

We have removed __version__ var from googleapiclient/__init__.py
f706cfd#diff-b926d296d4c856bcbf877809e4523562L15
so it won't work anymore.

#870

CC: @busunkim96
Fixes #870 馃悎
  • Loading branch information
mik-laj committed Apr 21, 2020
1 parent 6a9bfde commit 1d8ec68
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apiclient/__init__.py
Expand Up @@ -19,8 +19,6 @@
sample_tools = None
from googleapiclient import schema

__version__ = googleapiclient.__version__

_SUBMODULES = {
"channel": channel,
"discovery": discovery,
Expand Down

0 comments on commit 1d8ec68

Please sign in to comment.