diff --git a/notes/tests.py b/notes/tests.py index 1e1bc23..9120a03 100644 --- a/notes/tests.py +++ b/notes/tests.py @@ -6,7 +6,6 @@ from .models import Note class NoteManagerTestCase(TestCase): """ managers.NoteManager Test Case """ - def setUp(self): from notes.managers import NoteManager self.note_manager = NoteManager