Skip to content

Commit

Permalink
remove unnecessary _pre_setup call
Browse files Browse the repository at this point in the history
  • Loading branch information
skarzi committed Mar 8, 2020
1 parent eead429 commit 8876a90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion django_test_migrations/contrib/unittest_case.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ def setUp(self) -> None:
"""
super().setUp()
self._pre_setup()
self._migrator = Migrator(self.database_name)
self.old_state = self._migrator.before(self.migrate_from)
self.prepare()
Expand Down

0 comments on commit 8876a90

Please sign in to comment.