Skip to content

Commit f037ed8

Browse files
committed
Fix incorrect import
1 parent 6f5f719 commit f037ed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

winforms/src/toga_winforms/command.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
from System.ComponentModel import InvalidEnumArgumentException
44

55
from toga import Command as StandardCommand, Group, Key
6+
from toga.handlers import WeakrefCallable
67
from toga_winforms.keys import toga_to_winforms_key, toga_to_winforms_shortcut
7-
from toga_winforms.libs.wrapper import WeakrefCallable
88

99

1010
class Command:

0 commit comments

Comments
 (0)