We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e78808 commit d3095f3Copy full SHA for d3095f3
src/ai/backend/agent/resources.py
@@ -84,8 +84,6 @@
84
log = BraceStyleAdapter(logging.getLogger(__spec__.name))
85
known_slot_types: Mapping[SlotName, SlotTypes] = {}
86
87
-# FIXME: Move the errors to separate files
88
-
89
90
def _combine_mappings(mappings: list[Mapping[SlotName, Decimal]]) -> dict[SlotName, Decimal]:
91
combined: dict[SlotName, Decimal] = {}
0 commit comments