diff options
Diffstat (limited to 'tests/apps/models.py')
| -rw-r--r-- | tests/apps/models.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/apps/models.py b/tests/apps/models.py index d6907eced1..733be35d2e 100644 --- a/tests/apps/models.py +++ b/tests/apps/models.py @@ -3,7 +3,6 @@ from __future__ import unicode_literals from django.apps.registry import Apps from django.db import models - # We're testing app registry presence on load, so this is handy. new_apps = Apps(['apps']) |
