From 8525dc0a8dc8a05f01a6a2e067381be15a61dfe6 Mon Sep 17 00:00:00 2001 From: Vladyslav Hroshev Date: Sat, 9 Dec 2023 19:23:34 +0200 Subject: [PATCH] Remove config from theme.py because of it no longer depends on project folder --- scripts/theme.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/theme.py b/scripts/theme.py index f165648..6475bf8 100644 --- a/scripts/theme.py +++ b/scripts/theme.py @@ -2,7 +2,6 @@ import os import shutil import colorsys # colorsys.hls_to_rgb(h, l, s) -from . import config # name of folders and files from .utils import ( replace_keywords, # replace keywords in file copy_files, # copy files from source to destination