Skip to content

Commit f41242d

Browse files
committed
remove app config from __init__.py; lint fix
1 parent b6782b4 commit f41242d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

simple_history/tests/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
default_app_config = 'simple_history.tests.apps.TestsConfig'

simple_history/tests/tests/test_models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1054,6 +1054,7 @@ def test_changed_value_lost(self):
10541054
instance = historical.instance
10551055
self.assertEqual(instance.place, new_place)
10561056

1057+
10571058
def add_static_history_ip_address(sender, **kwargs):
10581059
history_instance = kwargs['history_instance']
10591060
history_instance.ip_address = '192.168.0.1'

0 commit comments

Comments
 (0)