Skip to content

Commit 8232b24

Browse files
undo relative import
1 parent e800ac3 commit 8232b24

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tusclient/uploader.py

Lines changed: 2 additions & 3 deletions
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 .fingerprint import fingerprint
13+
from tusclient.fingerprint import fingerprint
1414

1515

1616
# Catches requests exceptions and throws custom tuspy errors.
@@ -67,8 +67,7 @@ class Uploader(object):
6767
Determines whether or not url should be stored, and uploads should be resumed.
6868
- url_storage (<tusclient.storage.interface.Storage>):
6969
An implementation of <tusclient.storage.interface.Storage> which is an API for URL storage.
70-
This value must be set if store_url is set to true. A ready to use implementation exists at
71-
<tusclient.storage.filestorage.FileStorage>, and can be used out of the box. But you can
70+
This value must be set if store_url is set to true. A ready to use implementation exists atbe used out of the box. But you can
7271
implement your own custom storage API and pass an instace of it as value.
7372
- fingerprinter (<tusclient.fingerprint.interface.Fingerprint>):
7473
An implementation of <tusclient.fingerprint.interface.Fingerprint> which is an API to generate

0 commit comments

Comments
 (0)