Skip to content

Commit 832b261

Browse files
authored
Merge pull request #18 from henribru:improve-apiclient-shim
Improve apiclient shim
2 parents 51f8d55 + 5e23996 commit 832b261

9 files changed

Lines changed: 8 additions & 10 deletions

File tree

apiclient-stubs/__init__.pyi

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +0,0 @@
1-
from googleapiclient import (
2-
channel as channel,
3-
discovery as discovery,
4-
errors as errors,
5-
http as http,
6-
mimeparse as mimeparse,
7-
model as model,
8-
sample_tools as sample_tools,
9-
schema as schema,
10-
)

apiclient-stubs/channel.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from googleapiclient.channel import *

apiclient-stubs/discovery.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from googleapiclient.discovery import *

apiclient-stubs/errors.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from googleapiclient.errors import *

apiclient-stubs/http.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from googleapiclient.http import *

apiclient-stubs/mimeparse.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from googleapiclient.mimeparse import *

apiclient-stubs/model.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from googleapiclient.model import *

apiclient-stubs/sample_tools.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from googleapiclient.sample_tools import *

apiclient-stubs/schema.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from googleapiclient.schema import *

0 commit comments

Comments
 (0)