fix: 清理所有模块未使用导入 — ruff F401 清零 (Issue #31)#32
Merged
Conversation
- 10 files modified, 27 unused imports removed - ruff check --select F401: 76 errors → 0 errors - 每个文件仅保留实际使用的 stdlib/typing 导入 - 测试: 277 passed Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Closes #31 (Subtask 1)
ruff check --select F401 agent_go/now passes cleanChanges by file
api.pysys, os, subprocess, threading, shlex, signal, ThreadPoolExecutor, as_completedcli.pyre, threading, shlex, signal, ThreadPoolExecutor, as_completed, load_skill, render_skill_for_executionconfig.pysys, subprocess, re, time, threading, shlex, signal, ThreadPoolExecutor, as_completedexecutor.pysys, json, threading, signal, logging, ThreadPoolExecutor, as_completed, Path, datetime, _safe_append_to_file, _slugifygit_utils.pysys, os, json, re, time, threading, shlex, signal, ThreadPoolExecutor, as_completed, datetimepipeline.pyre, time, shlex, datetimesubtask.pysys, os, shlex, signal, ThreadPoolExecutor, as_completed, Anyui.pysubprocess, json, re, time, threading, shlex, signal, ThreadPoolExecutor, as_completed, datetimeutils.pysys, os, threading, signal, ThreadPoolExecutor, as_completed, Anyworkflow_gen.pyAnyVerification
ruff check --select F401 agent_go/: 0 errorspytest tests/: 277 passed🤖 Generated with Claude Code
Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com