Skip to content

Commit c2ad1f2

Browse files
authored
Updates for pycodestyle. (#2973)
1 parent f047ff5 commit c2ad1f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/google-cloud-resource-manager/unit_tests/test_project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ def api_request(self, **kw):
362362

363363
try:
364364
response, self._responses = self._responses[0], self._responses[1:]
365-
except:
365+
except IndexError:
366366
raise NotFound('miss')
367367
else:
368368
return response

0 commit comments

Comments
 (0)