PEP8
This commit is contained in:
parent
d2532d3110
commit
92ee07c527
2 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
||||||
from project.common.views import CustomTemplate
|
from project.common.views import CustomTemplate
|
||||||
from django.contrib.staticfiles.templatetags.staticfiles import static
|
|
||||||
|
|
||||||
|
|
||||||
class IndexView(CustomTemplate):
|
class IndexView(CustomTemplate):
|
||||||
|
|
Reference in a new issue