Skip to content

Commit

Permalink
fix: rename KnowledgeSecurityChecker
Browse files Browse the repository at this point in the history
  • Loading branch information
EdoStorm96 committed Sep 25, 2024
1 parent 8c523b5 commit 33be1ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proposals/utils/checkers.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ def remaining_checkers(
self,
):
return [
TrajectoriesEndChecker(
KnowledgeSecurityChecker(
self.stepper,
parent=self.item
),
Expand Down Expand Up @@ -353,7 +353,7 @@ def get_form_kwargs(self):
kwargs["proposal"] = self.proposal
return kwargs

class TrajectoriesEndChecker(
class KnowledgeSecurityChecker(
ModelFormChecker,
):
form_class = proposal_forms.KnowledgeSecurityForm
Expand Down

0 comments on commit 33be1ae

Please sign in to comment.