summaryrefslogtreecommitdiff
path: root/tests/basic/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/basic/models.py')
-rw-r--r--tests/basic/models.py6
1 files changed, 0 insertions, 6 deletions
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