changeset 1610:6fc48ef4c696

mysteriously lost an important line
author drewp@bigasterisk.com
date Mon, 06 Sep 2021 18:07:28 -0700
parents 34f2817320cc
children a794a150a89b
files service/mqtt_to_rdf/inference.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/service/mqtt_to_rdf/inference.py	Mon Sep 06 18:06:11 2021 -0700
+++ b/service/mqtt_to_rdf/inference.py	Mon Sep 06 18:07:28 2021 -0700
@@ -146,6 +146,7 @@
 @dataclass
 class BoundLhs:
     lhs: Lhs
+    binding: CandidateBinding
 
     def __post_init__(self):
         self.usedByFuncs = Graph(identifier=GRAPH_ID)