Skip to content

Commit

Permalink
appease pyright? 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Incompleteusern committed Sep 1, 2023
1 parent 617833e commit d81ad8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion evans_django_tools
Submodule evans_django_tools updated 2 files
+22 −0 autofix.sh
+2 −2 lint.sh
2 changes: 2 additions & 0 deletions rpg/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,10 @@ def get_context_data(self, **kwargs: Any) -> dict[str, Any]:
def get_success_url(self):
return reverse("palace-list", args=(self.student.pk,))


n = 4


class DiamondUpdate(
LoginRequiredMixin,
UpdateView[Achievement, BaseModelForm[Achievement]],
Expand Down

0 comments on commit d81ad8a

Please sign in to comment.