Normalize all source encoding declarations

This commit is contained in:
Bruno Oliveira
2019-05-14 19:42:44 -03:00
parent 18024467ff
commit 7573747cda
21 changed files with 34 additions and 34 deletions

View File

@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
# coding: utf-8
from __future__ import absolute_import
from __future__ import division
from __future__ import print_function

View File

@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
# coding: utf-8
# flake8: noqa
# disable flake check on this file because some constructs are strange
# or redundant on purpose and can't be disable on a line-by-line basis