Please coverage

This commit is contained in:
Jannis Leidel 2020-11-29 15:00:33 +01:00
parent 415742ccdf
commit e630935fa3
No known key found for this signature in database
GPG key ID: C795956FB489DCA9

View file

@ -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