We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccbc8b0 commit 06ae102Copy full SHA for 06ae102
1 file changed
src/imitation_cli/airl.py
@@ -49,7 +49,7 @@ class RunConfig:
49
name="airl_run_base",
50
node=RunConfig(
51
airl=airl_cfg.Config(
52
- venv="${environment}", # type: ignore[assignment]
+ venv="${environment}", # type: ignore[arg-type]
53
),
54
55
)
0 commit comments