Skip to content

Commit 1d8ec68

Browse files
authored
Remove apiclient.__version__ (#871)
Hello, We have removed __version__ var from googleapiclient/__init__.py f706cfd#diff-b926d296d4c856bcbf877809e4523562L15 so it won't work anymore. #870 CC: @busunkim96 Fixes #870 🐈
1 parent 6a9bfde commit 1d8ec68

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apiclient/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
sample_tools = None
2020
from googleapiclient import schema
2121

22-
__version__ = googleapiclient.__version__
23-
2422
_SUBMODULES = {
2523
"channel": channel,
2624
"discovery": discovery,

0 commit comments

Comments
 (0)