Skip to content

Commit

Permalink
Merge pull request SmileyChris#613 from mireq/fix-tests
Browse files Browse the repository at this point in the history
Fixed name conflict with get_version, fixes SmileyChris#610
  • Loading branch information
jrief committed Jan 9, 2023
2 parents c75a281 + d5623c0 commit 2e867b1
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 2e867b1

Please sign in to comment.