We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a04b3c5 commit eb4b3e0Copy full SHA for eb4b3e0
tests/test_http.py
@@ -1196,7 +1196,7 @@ def test_add_fail_for_over_limit(self):
1196
from googleapiclient.http import MAX_BATCH_LIMIT
1197
1198
batch = BatchHttpRequest()
1199
- for i in xrange(0, MAX_BATCH_LIMIT):
+ for i in range(0, MAX_BATCH_LIMIT):
1200
batch.add(HttpRequest(
1201
None,
1202
0 commit comments