From e0ad2427956b620b1444333d3136e3743b0c7e88 Mon Sep 17 00:00:00 2001 From: JoeLametta Date: Sat, 16 Jul 2022 16:01:35 +0000 Subject: [PATCH] Fix flake8 warning Signed-off-by: JoeLametta --- whipper/common/yaml.py | 1 + 1 file changed, 1 insertion(+) diff --git a/whipper/common/yaml.py b/whipper/common/yaml.py index 4edb0b3..f78e28e 100644 --- a/whipper/common/yaml.py +++ b/whipper/common/yaml.py @@ -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):