Commit d8b4f8296206321bf0bd1cc4108a237f145c0f07

Authored by Sergio Oliveira
1 parent 9428d5a6

Ignored import * in settings file

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
colab/tests/settings.py
1 -from ..settings import * 1 +from ..settings import * # noqa
2 2
3 3
4 STATICFILES_STORAGE = 'django.contrib.staticfiles.storage.StaticFilesStorage' 4 STATICFILES_STORAGE = 'django.contrib.staticfiles.storage.StaticFilesStorage'