Fix flake8 error

This commit is contained in:
PCoder 2018-09-27 22:33:24 +02:00
parent 56460ac8f0
commit b047ccdef1
2 changed files with 2 additions and 2 deletions

View File

@ -354,7 +354,7 @@ class DCLCalculatorPluginModel(CMSPlugin):
"in the backend to be automatically listed in this "
"calculator instance."
)
default_selected_template=models.CharField(
default_selected_template = models.CharField(
default="Devuan Ascii",
null=True,
max_length=128,

View File

@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.9.4 on 2018-09-27 20:15
# Generated by Django 1.9.4 on 2018-09-27 20:32
from __future__ import unicode_literals
from django.db import migrations, models