Skip to content

Commit

Permalink
Prefix unused arguments with _ (CustomIcon#3)
Browse files Browse the repository at this point in the history
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
  • Loading branch information
deepsource-autofix[bot] authored Jun 18, 2020
1 parent 52752a1 commit 6d95f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GitGram.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
print("If you need more information contact @YorktownEagleUnion")


def start(bot, update):
def start(_bot, update):
message = update.effective_message
message.reply_text(
f"This is the Updates watcher for {PROJECT_NAME}\nYou are not authorized to be here",
Expand Down

0 comments on commit 6d95f9e

Please sign in to comment.