Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 20, 2024
1 parent bf0a599 commit b8b423a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions sorl/thumbnail/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from sorl.thumbnail.helpers import get_module_class
from sorl.thumbnail.kvstores.cached_db_kvstore import KVStore


class Backend(LazyObject):
def _setup(self):
self._wrapped = get_module_class(settings.THUMBNAIL_BACKEND)()
Expand Down
2 changes: 1 addition & 1 deletion tests/thumbnail_tests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
from sorl.thumbnail.conf import settings
from sorl.thumbnail.helpers import get_module_class
from sorl.thumbnail.images import ImageFile
from sorl.thumbnail.log import ThumbnailLogHandler
from sorl.thumbnail.kvstores.cached_db_kvstore import KVStore
from sorl.thumbnail.log import ThumbnailLogHandler

from .models import Item
from .storage import MockLoggingHandler
Expand Down

0 comments on commit b8b423a

Please sign in to comment.