diff options
| author | Juan Riaza | 2013-01-10 15:48:22 +0100 |
|---|---|---|
| committer | Juan Riaza | 2013-01-10 15:48:22 +0100 |
| commit | 268f60999cdca46e6541f5acc35fbbe08b85f477 (patch) | |
| tree | bb346b4a4f10a59182350682dfd76c98dbe5c6d1 /rest_framework/tests/relations_nested.py | |
| parent | cb235977f654ce6c385cf5245cfa086c2ed54780 (diff) | |
| download | django-rest-framework-268f60999cdca46e6541f5acc35fbbe08b85f477.tar.bz2 | |
unused imports
Diffstat (limited to 'rest_framework/tests/relations_nested.py')
| -rw-r--r-- | rest_framework/tests/relations_nested.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rest_framework/tests/relations_nested.py b/rest_framework/tests/relations_nested.py index 225fee88..0e129fae 100644 --- a/rest_framework/tests/relations_nested.py +++ b/rest_framework/tests/relations_nested.py @@ -1,4 +1,3 @@ -from django.db import models from django.test import TestCase from rest_framework import serializers from rest_framework.tests.models import ForeignKeyTarget, ForeignKeySource, NullableForeignKeySource, OneToOneTarget, NullableOneToOneSource |
