Skip to content

Commit 4c5ff80

Browse files
committed
formatting
1 parent eb3a342 commit 4c5ff80

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

giftless/error_handling.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
See https://github.com/git-lfs/git-lfs/blob/master/docs/api/batch.md#response-errors
44
"""
55
import logging
6+
67
from werkzeug.exceptions import default_exceptions
78

89
from .representation import output_git_lfs_json

giftless/storage/amazon_s3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import botocore # type: ignore
66

77
from giftless.storage import ExternalStorage, StreamingStorage
8-
from giftless.storage.exc import ObjectNotFound, AccessDenied
8+
from giftless.storage.exc import AccessDenied, ObjectNotFound
99
from giftless.util import safe_filename
1010

1111

0 commit comments

Comments
 (0)