Skip to content

Commit fdb71a5

Browse files
dbieberclaude
andcommitted
Fix unused import in wifi.py
- Remove unused import of gonotego.common.interprocess - Fix linting error F401 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 9452e24 commit fdb71a5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gonotego/settings/wifi.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import os
44
import re
55
from gonotego.settings import settings
6-
from gonotego.common import interprocess
76
from gonotego.command_center import system_commands
87

98
shell = system_commands.shell

0 commit comments

Comments
 (0)