We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb3a342 commit 4c5ff80Copy full SHA for 4c5ff80
giftless/error_handling.py
@@ -3,6 +3,7 @@
3
See https://github.com/git-lfs/git-lfs/blob/master/docs/api/batch.md#response-errors
4
"""
5
import logging
6
+
7
from werkzeug.exceptions import default_exceptions
8
9
from .representation import output_git_lfs_json
giftless/storage/amazon_s3.py
@@ -5,7 +5,7 @@
import botocore # type: ignore
from giftless.storage import ExternalStorage, StreamingStorage
-from giftless.storage.exc import ObjectNotFound, AccessDenied
+from giftless.storage.exc import AccessDenied, ObjectNotFound
from giftless.util import safe_filename
10
11
0 commit comments