mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-04-18 18:30:58 +00:00
Please coverage
This commit is contained in:
parent
415742ccdf
commit
e630935fa3
1 changed files with 2 additions and 2 deletions
|
|
@ -5,6 +5,6 @@ from .tracker import FieldTracker, ModelTracker # noqa:F401
|
|||
|
||||
try:
|
||||
__version__ = get_distribution("django-model-utils").version
|
||||
except DistributionNotFound:
|
||||
except DistributionNotFound: # pragma: no cover
|
||||
# package is not installed
|
||||
pass
|
||||
__version__ = None
|
||||
|
|
|
|||
Loading…
Reference in a new issue