Merge PR #608: fix: remove unused imports and unnecessary f-strings

Authored by JackTheGit.

- Remove unused 'random' import from agent/display.py
- Remove unused 'Optional' import from agent/redact.py
- Remove unnecessary f-string prefixes in batch_runner.py
This commit is contained in:
teknium1 2026-03-10 04:16:23 -07:00
commit af748539f8
3 changed files with 8 additions and 10 deletions

View file

@ -6,7 +6,6 @@ Used by AIAgent._execute_tool_calls for CLI feedback.
import json
import os
import random
import sys
import threading
import time