diff --git a/tests/basic/models.py b/tests/basic/models.py index 1e6059ee88..79a06763f2 100644 --- a/tests/basic/models.py +++ b/tests/basic/models.py @@ -1,9 +1,3 @@ -""" -Bare-bones model - -This is a basic model with only two non-primary-key fields. -""" - import uuid from django.db import models