Skip to content

Commit

Permalink
fix: Remove unused timer
Browse files Browse the repository at this point in the history
  • Loading branch information
jopemachine committed Mar 10, 2025
1 parent d6dde75 commit 595644b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ai/backend/agent/docker/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -1240,7 +1240,6 @@ class DockerAgent(AbstractAgent[DockerKernel, DockerKernelCreationContext]):
monitor_docker_task: asyncio.Task
agent_sockpath: Path
agent_sock_task: asyncio.Task
scan_images_timer: asyncio.Task
metadata_server: MetadataServer
docker_ptask_group: aiotools.PersistentTaskGroup
gwbridge_subnet: Optional[str]
Expand Down

0 comments on commit 595644b

Please sign in to comment.