Set utf-8 encoding on required files
This commit is contained in:
parent
335cecee8a
commit
0ff7dca664
4 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
from models import Location, Product
|
||||
from app import db
|
||||
from itertools import product
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
from models import Location, Product
|
||||
from app import db
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
from datetime import datetime
|
||||
from collections import defaultdict
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
from datetime import datetime
|
||||
from flask import render_template
|
||||
|
||||
|
|
Loading…
Reference in a new issue