Skip to content

Commit fa62d6f

Browse files
committed
fixed ruff failing
1 parent 9bec389 commit fa62d6f

File tree

1 file changed

+1
-1
lines changed
  • autointent/modules/scoring/_lora

1 file changed

+1
-1
lines changed

autointent/modules/scoring/_lora/lora.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def __init__(
3737
batch_size: int = 8,
3838
learning_rate: float = 5e-5,
3939
seed: int = 0,
40-
report_to: REPORTERS_NAMES | None = None, # type: ignore
40+
report_to: REPORTERS_NAMES | None = None, # type: ignore # noqa: PGH003
4141
**lora_kwargs: Any, # noqa: ANN401
4242
) -> None:
4343
self.model_config = HFModelConfig.from_search_config(model_config)

0 commit comments

Comments
 (0)