Skip to content

Commit 06ae102

Browse files
committed
Fix bug in type ignore reason.
1 parent ccbc8b0 commit 06ae102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/imitation_cli/airl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class RunConfig:
4949
name="airl_run_base",
5050
node=RunConfig(
5151
airl=airl_cfg.Config(
52-
venv="${environment}", # type: ignore[assignment]
52+
venv="${environment}", # type: ignore[arg-type]
5353
),
5454
),
5555
)

0 commit comments

Comments
 (0)