We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5915a80 commit 6760104Copy full SHA for 6760104
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