From 9b706d7824c9cac076ad0aaf103df5fff35c79af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20HUBSCHER?= Date: Fri, 24 Apr 2020 09:23:32 +0200 Subject: [PATCH] Remove # coding obsolete headers. --- docs/conf.py | 4 ---- ihatemoney/api/common.py | 1 - ihatemoney/api/v1/resources.py | 1 - ihatemoney/tests/tests.py | 1 - 4 files changed, 7 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 4789396e..1ec26a5d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,7 +1,3 @@ -# coding: utf8 -import os -import sys - templates_path = ["_templates"] source_suffix = ".rst" master_doc = "index" diff --git a/ihatemoney/api/common.py b/ihatemoney/api/common.py index 51ce96e8..9aefa2c8 100644 --- a/ihatemoney/api/common.py +++ b/ihatemoney/api/common.py @@ -1,4 +1,3 @@ -# coding: utf8 from functools import wraps from flask import current_app, request diff --git a/ihatemoney/api/v1/resources.py b/ihatemoney/api/v1/resources.py index 87950f65..dc1708ce 100644 --- a/ihatemoney/api/v1/resources.py +++ b/ihatemoney/api/v1/resources.py @@ -1,4 +1,3 @@ -# coding: utf8 from flask import Blueprint from flask_cors import CORS from flask_restful import Api diff --git a/ihatemoney/tests/tests.py b/ihatemoney/tests/tests.py index b27fafcc..03ad9537 100644 --- a/ihatemoney/tests/tests.py +++ b/ihatemoney/tests/tests.py @@ -1,4 +1,3 @@ -# coding: utf8 import base64 from collections import defaultdict import datetime