Skip to content

Commit

Permalink
Fix type checker warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjacob committed Sep 19, 2024
1 parent f383536 commit 8c4f088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blackboard_sync/qt/SettingsWindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def username(self, username: str) -> None:
self.tr("Not currently logged in"))

@property
def version(self) -> str:
def version(self) -> str | None:
return self.version_label.text()

@version.setter
Expand Down

0 comments on commit 8c4f088

Please sign in to comment.