Skip to content

Commit 2d01787

Browse files
committed
fix(BA-2851): Remove useless comment
1 parent 8ecd130 commit 2d01787

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/ai/backend/agent/resources.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@
8484
log = BraceStyleAdapter(logging.getLogger(__spec__.name))
8585
known_slot_types: Mapping[SlotName, SlotTypes] = {}
8686

87-
# FIXME: Move the errors to separate files
88-
8987

9088
def _combine_mappings(mappings: list[Mapping[SlotName, Decimal]]) -> dict[SlotName, Decimal]:
9189
combined: dict[SlotName, Decimal] = {}

0 commit comments

Comments
 (0)