File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1010
1111from tusclient .exceptions import TusUploadFailed , TusCommunicationError
1212from 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
You can’t perform that action at this time.
0 commit comments