Skip to content

Commit 5780adb

Browse files
sakurachanclaude
andcommitted
Remove unused os import
Remove unused os module import from unity_connection.py as identified by CodeRabbit. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent e0fa11f commit 5780adb

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

MCPForUnity/UnityMcpServer~/src/unity_connection.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
import errno
55
import json
66
import logging
7-
import os
87
from pathlib import Path
98
from port_discovery import PortDiscovery
109
import random

Server/unity_connection.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
import errno
55
import json
66
import logging
7-
import os
87
from pathlib import Path
98
from port_discovery import PortDiscovery
109
import random

0 commit comments

Comments
 (0)