Skip to content

Commit

Permalink
Merge pull request #104 from OrkoHunter/fix_issue_102
Browse files Browse the repository at this point in the history
Fix create_gist function signature
  • Loading branch information
OrkoHunter committed Feb 5, 2019
2 parents 24be67c + 4e41cfb commit ef002e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pep8speaks/handlers.py
Expand Up @@ -149,7 +149,7 @@ def _create_diff(ghrequest, config):
helpers.autopep8(ghrequest, config)

# Create the gist
helpers.create_gist(ghrequest, config)
helpers.create_gist(ghrequest)

comment = "Here you go with [the gist]({}) !\n\n" + \
"> You can ask me to create a PR against this branch " + \
Expand Down

0 comments on commit ef002e5

Please sign in to comment.