Commit c72f8481f64940dd2affe5ea7daa88fd504ae40c

Authored by Sergio Oliveira
1 parent 83ef0de7

Fixed pep8

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
colab/home/apps.py
1 1  
2 2 from django.apps import AppConfig
3 3  
  4 +
4 5 class HomeConfig(AppConfig):
5 6 name = 'colab.home'
6 7  
7 8 def ready(self):
8   - from ..celery import app
  9 + from ..celery import app # noqa
... ...