Skip to content

Commit eaf49db

Browse files
committed
:chore: Typing for older python version
1 parent dd4e975 commit eaf49db

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/regression/test_issue_11.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,3 @@ def test_issue_11(runner: CliRunner, model_data_with_cleanup, library) -> None:
3131
)
3232
assert result.exit_code == 0
3333

34-
exec(
35-
f"import {test_result_path.name}",
36-
globals(),
37-
locals(),
38-
)
39-

0 commit comments

Comments
 (0)