unneeded import removed

This commit is contained in:
jmmp 2019-02-27 14:33:48 +01:00 committed by GitHub
parent 5ffcfe831c
commit 434bc6d45c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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