Cleaned whitespace

This commit is contained in:
Fabio Caccamo
2016-02-24 10:04:35 +01:00
parent 710370e903
commit 816c05bebd
4 changed files with 44 additions and 47 deletions
-2
View File
@@ -4,7 +4,6 @@ from django.apps import AppConfig
from django.db.models.signals import post_migrate from django.db.models.signals import post_migrate
class AdminInterfaceConfig(AppConfig): class AdminInterfaceConfig(AppConfig):
name = 'admin_interface' name = 'admin_interface'
@@ -15,4 +14,3 @@ class AdminInterfaceConfig(AppConfig):
from admin_interface.models import Theme from admin_interface.models import Theme
post_migrate.connect(Theme.post_migrate_handler, sender = self) post_migrate.connect(Theme.post_migrate_handler, sender = self)
@@ -22,4 +22,3 @@ def get_admin_interface_theme(context):
return obj return obj