mypy dont mess around

This commit is contained in:
shamoon
2026-02-04 23:57:49 -08:00
parent 093c209fbc
commit 1b448a3a78
2 changed files with 3 additions and 3 deletions

View File

@@ -1296,7 +1296,7 @@ class TestBarcodeApplyDetectedASN(TestCase):
input_doc=mock.Mock(),
metadata=metadata,
status_mgr=mock.Mock(),
base_tmp_dir=tempfile.gettempdir(),
base_tmp_dir=Path(tempfile.gettempdir()),
task_id="test-task",
)