mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
PEP fixes
This commit is contained in:
parent
3d8c059a43
commit
b78fe88c26
@ -19,6 +19,7 @@ def rename_template(instance, filename):
|
||||
|
||||
return os.path.join('report', 'template', filename)
|
||||
|
||||
|
||||
class ReportTemplate(models.Model):
|
||||
"""
|
||||
Reporting template model.
|
||||
|
@ -1,3 +1,2 @@
|
||||
from django.test import TestCase
|
||||
|
||||
# Create your tests here.
|
||||
# -*- coding: utf-8 -*-
|
||||
from __future__ import unicode_literals
|
||||
|
@ -1,3 +1,2 @@
|
||||
from django.shortcuts import render
|
||||
|
||||
# Create your views here.
|
||||
# -*- coding: utf-8 -*-
|
||||
from __future__ import unicode_literals
|
||||
|
Loading…
Reference in New Issue
Block a user