From 760c17b8156db5cbc0662d52d57902939e9e0147 Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Wed, 12 Mar 2025 08:16:28 +0100 Subject: annotations (#3569) * begin to add annotations to some extensions * break_apart: use path operations * do not follow pyembroidery imports --- lib/extensions/about.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/extensions/about.py') 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() -- cgit v1.2.3