From 2533c3dcf4475cc18ed70d237552034c29894e78 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Tue, 24 May 2022 22:40:41 +0200 Subject: [PATCH] linting --- scripts/yaml-to-toml.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/yaml-to-toml.py b/scripts/yaml-to-toml.py index b315a3a..7e7d918 100755 --- a/scripts/yaml-to-toml.py +++ b/scripts/yaml-to-toml.py @@ -7,7 +7,6 @@ Copyright (c) 2022, deadc0de6 convert yaml config file to toml """ -import os import sys # pip3 install ruamel.yaml from ruamel.yaml import YAML as yaml