From 5ef84d8ba2697f4c006a60bfab39d6ae7f7481f2 Mon Sep 17 00:00:00 2001 From: Dpeta <69427753+Dpeta@users.noreply.github.com> Date: Wed, 7 Feb 2024 19:18:44 +0100 Subject: [PATCH] Fix black --- theme_repo_manager.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/theme_repo_manager.py b/theme_repo_manager.py index f226827d..b5269962 100644 --- a/theme_repo_manager.py +++ b/theme_repo_manager.py @@ -133,9 +133,9 @@ def download_theme(self, theme_name): QtCore.QUrl(self.database_entries[theme_name]["download"]) ) ) - self.downloads[ - self.database_entries[theme_name]["download"] - ] = self.database_entries[theme_name] + self.downloads[self.database_entries[theme_name]["download"]] = ( + self.database_entries[theme_name] + ) def install_theme(self, theme_name, force_install=False): # A higher way to install a theme than download_theme