Skip to content

Commit 0c18afc

Browse files
committed
Clean up imports in apiclient/__init__.py.
1 parent 076b333 commit 0c18afc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apiclient/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Retain apiclient as an alias for googleapiclient."""
22

3-
from googleapiclient import *
3+
import googleapiclient
44

55
from googleapiclient import channel
66
from googleapiclient import discovery
@@ -11,4 +11,4 @@
1111
from googleapiclient import sample_tools
1212
from googleapiclient import schema
1313

14-
__version__ = apiclient.__version__
14+
__version__ = googleapiclient.__version__

0 commit comments

Comments
 (0)