Skip to content

Commit

Permalink
fix NameError: name 'Path'
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Dawson committed Oct 18, 2023
1 parent 8c46bad commit b797caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metomi/rosie/tests/test_suite_id.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
]
)
def test_parse_cylc_vc_file(
vcs_info: dict, expected: Optional[str], tmp_path: Path
vcs_info: dict, expected: Optional[str], tmp_path: 'Path'
):
vcs_file = tmp_path / 'gimli.json'
vcs_file.write_text(json.dumps(vcs_info))
Expand Down

0 comments on commit b797caf

Please sign in to comment.