Skip to content

Commit

Permalink
Fix bug in type ignore reason.
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestum committed May 10, 2023
1 parent 8b51955 commit 5377f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/imitation_cli/airl.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class RunConfig:
name="airl_run_base",
node=RunConfig(
airl=airl_cfg.Config(
venv="${environment}", # type: ignore[assignment]
venv="${environment}", # type: ignore[arg-type]
),
),
)
Expand Down

0 comments on commit 5377f71

Please sign in to comment.