Skip to content

Commit 9122f81

Browse files
[PRMP-779] - Remove unused import
1 parent 6979736 commit 9122f81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambdas/services/bulk_upload_metadata_processor_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import uuid
77
from collections import defaultdict
88
from datetime import datetime
9-
from pathlib import Path, PurePosixPath
9+
from pathlib import Path
1010

1111
import pydantic
1212
from botocore.exceptions import ClientError

0 commit comments

Comments
 (0)