diff --git a/bot_bottle/backend/docker/bottle.py b/bot_bottle/backend/docker/bottle.py index f463e52..b11deb4 100644 --- a/bot_bottle/backend/docker/bottle.py +++ b/bot_bottle/backend/docker/bottle.py @@ -3,7 +3,6 @@ from __future__ import annotations import subprocess -import shlex from typing import Callable from typing import cast diff --git a/bot_bottle/backend/smolmachines/bottle.py b/bot_bottle/backend/smolmachines/bottle.py index 1d2fa8c..5764dae 100644 --- a/bot_bottle/backend/smolmachines/bottle.py +++ b/bot_bottle/backend/smolmachines/bottle.py @@ -20,7 +20,6 @@ from __future__ import annotations import subprocess import sys import time -import shlex from typing import Mapping, cast from ...agent_provider import PromptMode, prompt_args