Skip to content

Commit

Permalink
Merge branch 'master' of github.com:SmileyChris/easy-thumbnails
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed Jan 9, 2023
2 parents 56b9830 + 2e867b1 commit 77265b7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easy_thumbnails/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
def get_version(*args, **kwargs):
# Don't litter django/__init__.py with all the get_version stuff.
# Only import if it's actually called.
from .get_version import get_version
from .version_utils import get_version
return get_version(*args, **kwargs)
File renamed without changes.

0 comments on commit 77265b7

Please sign in to comment.