Skip to content

Commit

Permalink
Fix black
Browse files Browse the repository at this point in the history
  • Loading branch information
Dpeta committed Feb 7, 2024
1 parent 9014a8a commit 5ef84d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions theme_repo_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5ef84d8

Please sign in to comment.