Browse Source

code cleanup

Rafał Pitoń 10 years ago
parent
commit
8ee27e4b70
1 changed files with 0 additions and 1 deletions
  1. 0 1
      misago/conf/tests/test_admin_views.py

+ 0 - 1
misago/conf/tests/test_admin_views.py

@@ -6,7 +6,6 @@ from misago.conf.models import SettingsGroup
 
 
 class AdminSettingsViewsTests(AdminTestCase):
-
     def test_link_registered(self):
         """admin index view contains settings link"""
         response = self.client.get(reverse('misago:admin:index'))