[FIX] E402 module level import not at top of file
parent
fda47cdd61
commit
aeb05be280
|
@ -25,9 +25,10 @@ import lxml.etree
|
|||
import os
|
||||
import re
|
||||
import textwrap
|
||||
import base64
|
||||
from datetime import date
|
||||
|
||||
from collections import namedtuple
|
||||
from datetime import date
|
||||
|
||||
from jinja2 import Environment, FileSystemLoader
|
||||
|
||||
|
@ -39,6 +40,8 @@ from . import licenses
|
|||
|
||||
_logger = logging.getLogger(__name__)
|
||||
|
||||
YEAR = date.today().year
|
||||
|
||||
|
||||
class ModulePrototyper(models.Model):
|
||||
"""Module Prototyper gathers different information from all over the
|
||||
|
|
Loading…
Reference in New Issue