Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 18, 2024
1 parent fb13f87 commit ab2ab4f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion website/programs.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ def delete_program(self, user):

achievement = self.achievements.add_single_achievement(user["username"], "do_you_have_copy")


resp = {"message": gettext("delete_success"), "count": 2, "levels": []}
if achievement:
resp["achievement"] = achievement
Expand Down

0 comments on commit ab2ab4f

Please sign in to comment.