From b3a8f09f94b786357db39bcdedd2e0f89ca59978 Mon Sep 17 00:00:00 2001 From: teacup-on-rockingchair <315160+teacup-on-rockingchair@users.noreply.github.com> Date: Tue, 2 Jul 2024 18:36:48 +0300 Subject: [PATCH] Improve style not going beyond 100 chars --- ssg/constants.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ssg/constants.py b/ssg/constants.py index b222519306f..a4c811fa788 100644 --- a/ssg/constants.py +++ b/ssg/constants.py @@ -283,7 +283,8 @@ MULTI_PLATFORM_LIST = ["rhel", "fedora", "rhv", "debian", "ubuntu", "openeuler", "opensuse", "sle", "ol", "ocp", "rhcos", - "example", "eks", "alinux", "uos", "anolis", "openembedded", "al", "slmicro"] + "example", "eks", "alinux", "uos", "anolis", "openembedded", "al", + "slmicro"] MULTI_PLATFORM_MAPPING = { "multi_platform_alinux": ["alinux2", "alinux3"],