Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 73f8813

Browse files
committed
Changing tabs to spaces for consistency.
1 parent ca397a7 commit 73f8813

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

googleapiclient/sample_tools.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ def init(argv, name, version, doc, filename, scope=None, parents=[], discovery_f
9595
service = discovery.build(name, version, http=http)
9696
else:
9797
# Construct a service object using a local discovery document file.
98-
with open(discovery_filename) as discovery_file:
99-
service = discovery.build_from_document(
100-
discovery_file.read(),
101-
base='https://www.googleapis.com/',
102-
http=http)
98+
with open(discovery_filename) as discovery_file:
99+
service = discovery.build_from_document(
100+
discovery_file.read(),
101+
base='https://www.googleapis.com/',
102+
http=http)
103103
return (service, flags)

0 commit comments

Comments
 (0)