diff options
Diffstat (limited to 'core/TESTS/tests_caves.py')
-rw-r--r-- | core/TESTS/tests_caves.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/core/TESTS/tests_caves.py b/core/TESTS/tests_caves.py index 3d9270d..529c712 100644 --- a/core/TESTS/tests_caves.py +++ b/core/TESTS/tests_caves.py @@ -3,12 +3,11 @@ Modified for Expo April 2021. """ import re -import unittest -from django.test import Client, SimpleTestCase, TestCase +from django.test import Client, TestCase from troggle.core.models.caves import Area, Cave -from troggle.core.models.troggle import Expedition, Person, PersonExpedition +from troggle.core.models.troggle import Person, PersonExpedition class FixtureTests(TestCase): |