From 3c548472485ad32a1172757b962f659caa8dd0d5 Mon Sep 17 00:00:00 2001 From: 0xChloe Date: Mon, 2 Sep 2024 16:52:03 +0000 Subject: [PATCH] config change --- spotiplex/config.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/spotiplex/config.py b/spotiplex/config.py index fde7a97..9351fb6 100644 --- a/spotiplex/config.py +++ b/spotiplex/config.py @@ -1,4 +1,6 @@ -import os # noqa: D100 +"""Config init for spotiplex.""" + +import os from spotiplex.modules.confighandler.main import read_config