fix(hermes): repair sonar/atlasbot/python:S2208/AZ2y3T38Ky9i4pkIpSiV #4

Open
bstein wants to merge 1 commits from hermes-repair/sonar-AZ2y3T38Ky9i4pkIpSiV into main
Showing only changes of commit 5bce1dfa49 - Show all commits

View File

@ -6,7 +6,7 @@ from typing import Any
from atlasbot.engine.intent_router import IntentMatch
from atlasbot.snapshot.builder import summary_text
from ._base import *
from . import _base
def _join_context(parts: list[str]) -> str: