Skip to content

Commit 2a86de2

Browse files
committed
Remove unused import
1 parent 3ab0055 commit 2a86de2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pdf_access/process.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from pathlib import Path
44
import re
55
import tempfile
6-
from typing import Any, Dict, Optional
6+
from typing import Dict, Optional
77
import uuid
88

99
# Third-Party Libraries

0 commit comments

Comments
 (0)