summaryrefslogtreecommitdiff
path: root/lib/extensions/about.py
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2025-03-12 08:16:28 +0100
committerGitHub <noreply@github.com>2025-03-12 08:16:28 +0100
commit760c17b8156db5cbc0662d52d57902939e9e0147 (patch)
tree0a11bc197cdffaa59be23263b625ffec31d84bf0 /lib/extensions/about.py
parente3ac18d6433a2c79b185400e6c7f5380ff71eb1e (diff)
annotations (#3569)
* begin to add annotations to some extensions * break_apart: use path operations * do not follow pyembroidery imports
Diffstat (limited to 'lib/extensions/about.py')
-rw-r--r--lib/extensions/about.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/extensions/about.py b/lib/extensions/about.py
index f4ab233c..f79e027f 100644
--- a/lib/extensions/about.py
+++ b/lib/extensions/about.py
@@ -9,6 +9,6 @@ from .base import InkstitchExtension
class About(InkstitchExtension):
- def effect(self):
+ def effect(self) -> None:
app = AboutInkstitchApp()
app.MainLoop()