Fix flake8 warning

Signed-off-by: JoeLametta <JoeLametta@users.noreply.github.com>
This commit is contained in:
JoeLametta
2022-07-16 16:01:35 +00:00
committed by GitHub
parent 1ab1ec982d
commit e0ad242795

View File

@@ -1,6 +1,7 @@
from ruamel.yaml import YAML as ruamel_YAML
from ruamel.yaml.compat import StringIO
# https://yaml.readthedocs.io/en/latest/example.html#output-of-dump-as-a-string
class YAML(ruamel_YAML):
def __init__(self, *args, **kwargs):