From be1b34ed7c3c5c5d359f7fa2d6f48a0dac531b0b Mon Sep 17 00:00:00 2001 From: whs Date: Wed, 8 Apr 2026 21:53:22 +0800 Subject: [PATCH] fix: remove unused import re --- nanobot/agent/loop.py | 1 - 1 file changed, 1 deletion(-) diff --git a/nanobot/agent/loop.py b/nanobot/agent/loop.py index 76bed4158..213631618 100644 --- a/nanobot/agent/loop.py +++ b/nanobot/agent/loop.py @@ -5,7 +5,6 @@ from __future__ import annotations import asyncio import dataclasses import json -import re import os import time from contextlib import AsyncExitStack, nullcontext