mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-06-10 12:22:27 +03:00
And now isort wants things to cuddle up
This commit is contained in:
parent
5d15751528
commit
92376dda85
@ -15,8 +15,7 @@ if platform == 'darwin': # noqa: C901
|
|||||||
from AppKit import (
|
from AppKit import (
|
||||||
NSAlternateKeyMask, NSApplication, NSBeep, NSClearLineFunctionKey, NSCommandKeyMask, NSControlKeyMask,
|
NSAlternateKeyMask, NSApplication, NSBeep, NSClearLineFunctionKey, NSCommandKeyMask, NSControlKeyMask,
|
||||||
NSDeleteFunctionKey, NSDeviceIndependentModifierFlagsMask, NSEvent, NSF1FunctionKey, NSF35FunctionKey,
|
NSDeleteFunctionKey, NSDeviceIndependentModifierFlagsMask, NSEvent, NSF1FunctionKey, NSF35FunctionKey,
|
||||||
NSFlagsChanged, NSKeyDown, NSKeyDownMask, NSKeyUp, NSNumericPadKeyMask, NSShiftKeyMask,
|
NSFlagsChanged, NSKeyDown, NSKeyDownMask, NSKeyUp, NSNumericPadKeyMask, NSShiftKeyMask, NSSound, NSWorkspace
|
||||||
NSSound, NSWorkspace
|
|
||||||
)
|
)
|
||||||
|
|
||||||
class HotkeyMgr:
|
class HotkeyMgr:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user