Skip to content

Commit 37512d2

Browse files
refactor: use relative imports
1 parent e6ac625 commit 37512d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tusclient/uploader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
from tusclient.exceptions import TusUploadFailed, TusCommunicationError
1212
from tusclient.request import TusRequest
13-
from tusclient.fingerprint import fingerprint
13+
from .fingerprint import fingerprint
1414

1515

1616
# Catches requests exceptions and throws custom tuspy errors.

0 commit comments

Comments
 (0)