# HG changeset patch # User drewp@bigasterisk.com # Date 1630976848 25200 # Node ID 6fc48ef4c696032acd09069d52f27d4e5121ce1a # Parent 34f2817320cca0b2ab52b94c5272cd0ac8d4bcb1 mysteriously lost an important line diff -r 34f2817320cc -r 6fc48ef4c696 service/mqtt_to_rdf/inference.py --- 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)