Skip to content

Commit b9f0ceb

Browse files
style: Move import statement to top of file in VSCode tests
Remove redundant import from method body Co-authored-by: JoJoJoJoJoJoJo <23650418+JoJoJoJoJoJoJo@users.noreply.github.com>
1 parent b9af273 commit b9f0ceb

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/test_clients/test_vscode.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,8 +301,6 @@ def test_load_invalid_config(self):
301301

302302
def test_load_config_without_file(self):
303303
"""Test loading config when file doesn't exist"""
304-
import tempfile
305-
306304
nonexistent_path = os.path.join(tempfile.gettempdir(), "nonexistent-vscode-config.json")
307305
manager = VSCodeManager(config_path_override=nonexistent_path)
308306
config = manager._load_config()

0 commit comments

Comments
 (0)