Auto-fix: formatting, bug fixes, import sorting, and type check improvements

Signed-off-by: ikhanganin <ismailmac39@gmail.com>
This commit is contained in:
Ismail mach
2025-03-18 15:11:59 +00:00
committed by ikhanganin
parent b7fef85750
commit d3ccea76b6
4 changed files with 8 additions and 11 deletions
@@ -121,8 +121,7 @@ class CloudRLPromptSelector(PromptSelectionInterface):
current_prompt: str,
reward: float,
passed_guard: bool,
) -> None:
...
) -> None: ...
class QLearningPromptSelector(PromptSelectionInterface):