mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-06 13:01:50 +02:00
Remove # coding obsolete headers.
This commit is contained in:
parent
abf1eea842
commit
9b706d7824
4 changed files with 0 additions and 7 deletions
|
@ -1,7 +1,3 @@
|
||||||
# coding: utf8
|
|
||||||
import os
|
|
||||||
import sys
|
|
||||||
|
|
||||||
templates_path = ["_templates"]
|
templates_path = ["_templates"]
|
||||||
source_suffix = ".rst"
|
source_suffix = ".rst"
|
||||||
master_doc = "index"
|
master_doc = "index"
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
# coding: utf8
|
|
||||||
from functools import wraps
|
from functools import wraps
|
||||||
|
|
||||||
from flask import current_app, request
|
from flask import current_app, request
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
# coding: utf8
|
|
||||||
from flask import Blueprint
|
from flask import Blueprint
|
||||||
from flask_cors import CORS
|
from flask_cors import CORS
|
||||||
from flask_restful import Api
|
from flask_restful import Api
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
# coding: utf8
|
|
||||||
import base64
|
import base64
|
||||||
from collections import defaultdict
|
from collections import defaultdict
|
||||||
import datetime
|
import datetime
|
||||||
|
|
Loading…
Reference in a new issue