Skip to content

Commit 6f7db25

Browse files
authored
Remove unused import of sys
Removed unused import of sys in test_todo.py
1 parent cf7be21 commit 6f7db25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gemini-cli-vs-claude-code/claude-code/test_todo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import json
44
import os
5-
import sys # noqa: F401
5+
# import sys
66
import tempfile
77
import unittest
88
from unittest.mock import patch

0 commit comments

Comments
 (0)