utf8 marker batch1 (#3127) (#3130)

* added utf-8 markers to all .py files in plugins/{action,cache,callback}

* added utf-8 markers to all .py files in plugins/connection

* added utf-8 markers to all .py files in plugins/doc_fragments

(cherry picked from commit 73c27d6a0e)

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
patchback[bot] 2021-08-01 16:01:32 +02:00 committed by GitHub
parent b485d23a05
commit 9cbe572c22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
41 changed files with 41 additions and 0 deletions

View file

@ -1,3 +1,4 @@
# coding: utf-8 -*-
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
from __future__ import (absolute_import, division, print_function)