Skip to content

Commit

Permalink
fixed a minor issue that was making deepsource complain
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpdev committed Aug 19, 2022
1 parent 077bf29 commit de1de79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion torrentfileQt/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ def set_theme_from_title(self, title):
theme = self.themes[title]
self.setTheme(theme)

def _create_ssheet(self, sheets) -> dict:
@staticmethod
def _create_ssheet(sheets: list) -> str:
"""
Update the sheet with data from table.
Expand Down

0 comments on commit de1de79

Please sign in to comment.