From c72f8481f64940dd2affe5ea7daa88fd504ae40c Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Mon, 27 Jul 2015 16:16:20 -0300 Subject: [PATCH] Fixed pep8 --- colab/home/apps.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/colab/home/apps.py b/colab/home/apps.py index e7584c4..36eda62 100644 --- a/colab/home/apps.py +++ b/colab/home/apps.py @@ -1,8 +1,9 @@ from django.apps import AppConfig + class HomeConfig(AppConfig): name = 'colab.home' def ready(self): - from ..celery import app + from ..celery import app # noqa -- libgit2 0.21.2