Skip to content

Commit

Permalink
fixed for linter
Browse files Browse the repository at this point in the history
  • Loading branch information
bomzheg committed Jan 2, 2025
1 parent 2660c9f commit 73634b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shvatka/core/models/dto/action/keys.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def check(self, action: Action, state_holder: StateHolder) -> Decision:
if not state.is_duplicate(action):
if self._is_all_typed(action, state):
return LevelUpKeyDecision(
key_type=self._get_key_type(action), # TODO always simple
key_type=self._get_key_type(action), # TODO always simple
duplicate=state.is_duplicate(action),
key=action.key,
next_level=self.next_level,
Expand Down

0 comments on commit 73634b1

Please sign in to comment.