Skip to content

Commit

Permalink
tests: missing import stmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Jul 15, 2024
1 parent e297022 commit 648be59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_resource_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ def test_download_archive(tmp_path):


def test_copy_impl(tmp_path):
from ocrd.resource_manager import OcrdResourceManager
root_dir = f"{tmp_path}/mgr_copy_impl_test"
root_dir_copied = f"{tmp_path}/mgr_copy_impl_test_copied"
rmtree(path=root_dir, ignore_errors=True)
Expand Down

0 comments on commit 648be59

Please sign in to comment.