Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
humitos committed Jan 10, 2019
1 parent e17d0cd commit 9ea2f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readthedocs/oauth/services/github.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def setup_webhook(self, project):
'permissions: project=%s',
project,
)
return (False, resp)
return (False, resp)
# Catch exceptions with request or deserializing JSON
except (RequestException, ValueError):
log.exception(
Expand Down

0 comments on commit 9ea2f78

Please sign in to comment.