summaryrefslogtreecommitdiff
path: root/lib/extensions/reorder.py
diff options
context:
space:
mode:
authorcapellancitizen <thecapellancitizen@gmail.com>2025-03-09 21:21:48 -0400
committerGitHub <noreply@github.com>2025-03-09 21:21:48 -0400
commit99509df8d8abf1e7b701a4a09cf170a362f6d878 (patch)
treea461549502fa9f37dc287789b6c7db81dfcd5368 /lib/extensions/reorder.py
parent0d2fc24f25f87562f0755b53dad6204efad1330d (diff)
Mypy type correctness (#3199)
Diffstat (limited to 'lib/extensions/reorder.py')
-rw-r--r--lib/extensions/reorder.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/extensions/reorder.py b/lib/extensions/reorder.py
index 956c0615..2c10559d 100644
--- a/lib/extensions/reorder.py
+++ b/lib/extensions/reorder.py
@@ -34,4 +34,4 @@ class Reorder(InkstitchExtension):
if __name__ == '__main__':
e = Reorder()
- e.affect()
+ e.run()