Skip to content

Commit

Permalink
Prototype
Browse files Browse the repository at this point in the history
Signed-off-by: Atanas Dimitrov <[email protected]>
  • Loading branch information
neNasko1 committed Jan 15, 2025
1 parent 3e365e7 commit b11d761
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/spox/_inline.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def propagate_values(
):
return {}
input_feed = {
i.name: value_prop_backend.wrap_feed(input_prop_values.get(i.name)) # type: ignore
i.name: value_prop_backend.wrap_feed(input_prop_values[i.name])
for i in self.model.graph.input
if i.name in input_prop_values
}
Expand Down
2 changes: 1 addition & 1 deletion src/spox/_value_prop_backend.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) QuantCo 2023-2024
# Copyright (c) QuantCo 2023-2025
# SPDX-License-Identifier: BSD-3-Clause
from __future__ import annotations

Expand Down

0 comments on commit b11d761

Please sign in to comment.