From 434bc6d45c59c5794ab9ecf22ade8ec27274db51 Mon Sep 17 00:00:00 2001 From: jmmp Date: Wed, 27 Feb 2019 14:33:48 +0100 Subject: [PATCH] unneeded import removed --- docs/models.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/models.rst b/docs/models.rst index 1c63c76..255826c 100644 --- a/docs/models.rst +++ b/docs/models.rst @@ -71,7 +71,6 @@ Also you can override the default uuid version. Versions 1,3,4 and 5 are now sup .. code-block:: python from model_utils.models import UUIDModel - from model_utils import Choices class MyAppModel(UUIDModel): pass