Skip to content

Commit 3f63745

Browse files
authored
Comment out unused json import in test_todo.py
Comment out the unused import of json.
1 parent 6f7db25 commit 3f63745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import json # noqa: F401
1+
# import json
22
import os
33
import unittest
44

0 commit comments

Comments
 (0)