1
0
mirror of https://github.com/ansible-collections/community.general.git synced 2025-07-16 03:21:53 +03:00

mass-added the utf-8 marker (#3163)

* added the utf-8 marker

* fixed the utf-8 marker where it was missde before
This commit is contained in:
Alexei Znamensky
2021-08-08 20:40:22 +12:00
committed by GitHub
parent 6bfa6e40f4
commit 771e9de010
199 changed files with 199 additions and 12 deletions

View File

@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type