mirror of
https://github.com/GH05TCREW/pentestagent.git
synced 2026-03-07 14:23:20 +00:00
chore: remove unused TargetManager import from base_agent.py
This commit is contained in:
@@ -5,7 +5,7 @@ from dataclasses import dataclass, field
|
||||
from typing import TYPE_CHECKING, Any, AsyncIterator, List, Optional
|
||||
|
||||
from ..config.constants import AGENT_MAX_ITERATIONS
|
||||
from ..workspaces.manager import TargetManager, WorkspaceManager
|
||||
from ..workspaces.manager import WorkspaceManager
|
||||
from ..workspaces import validation
|
||||
from .state import AgentState, AgentStateManager
|
||||
|
||||
|
||||
Reference in New Issue
Block a user