Skip to content

Commit 423fdab

Browse files
dbieberclaude
andcommitted
Sort imports in wifi_commands.py
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 2be32f9 commit 423fdab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gonotego/command_center/wifi_commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""WiFi command handlers for Go Note Go."""
22
from gonotego.command_center import registry
3-
from gonotego.settings import wifi
43
from gonotego.command_center import system_commands
4+
from gonotego.settings import wifi
55

66
register_command = registry.register_command
77
say = system_commands.say

0 commit comments

Comments
 (0)