Skip to content

Commit

Permalink
Fix error from new flake8 version. (#6346)
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver authored Oct 30, 2018
1 parent 1d4b4f9 commit 1264336
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ def send(self, request):
if self._UNARY_REQUESTS:
try:
self._send_unary_request(request)
except exceptions.GoogleAPICallError as exc:
except exceptions.GoogleAPICallError:
_LOGGER.debug(
'Exception while sending unary RPC. This is typically '
'non-fatal as stream requests are best-effort.',
Expand Down

0 comments on commit 1264336

Please sign in to comment.