commit | 1d8ec6874e1c6081893de7cd7cbc86d1f6580320 | [log] [tgz] |
---|---|---|
author | Kamil Breguła <mik-laj@users.noreply.github.com> | Tue Apr 21 03:30:10 2020 +0200 |
committer | GitHub <noreply@github.com> | Tue Apr 21 01:30:10 2020 +0000 |
tree | 422c777138b4b1494982f47ee4337171a04ec4f0 | |
parent | 6a9bfde7240872079f8f27ba1295c3084fdcc477 [diff] |
Remove apiclient.__version__ (#871) Hello, We have removed __version__ var from googleapiclient/__init__.py https://github.com/googleapis/google-api-python-client/commit/f706cfd821ab7457e5db37abfc3619772657dd0e#diff-b926d296d4c856bcbf877809e4523562L15 so it won't work anymore. https://github.com/googleapis/google-api-python-client/issues/870 CC: @busunkim96 Fixes #870 🐈
diff --git a/apiclient/__init__.py b/apiclient/__init__.py index 38dd24b..8d9c4ec 100644 --- a/apiclient/__init__.py +++ b/apiclient/__init__.py
@@ -19,8 +19,6 @@ sample_tools = None from googleapiclient import schema -__version__ = googleapiclient.__version__ - _SUBMODULES = { "channel": channel, "discovery": discovery,