We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b51955 commit 5377f71Copy full SHA for 5377f71
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