Skip to content
Snippets Groups Projects
Commit d5b6e3f9 authored by Sander de Snoo's avatar Sander de Snoo
Browse files

Fix typing

parent a8fa8e64
No related branches found
No related tags found
No related merge requests found
......@@ -115,7 +115,7 @@ class Favorites:
raise
return settings
def _parse_settings_text(self, text_edit: QtWidgets.QTextEdit(), group: str):
def _parse_settings_text(self, text_edit: QtWidgets.QTextEdit, group: str):
text = text_edit.toPlainText()
if text == "":
return {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment