Commit 58ec1d8d89f2c3bf8a9e2befef4d03baf7682b18

Authored by Sergio Oliveira
1 parent 0d5e9faf

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
... ...