Skip to content

Commit 96c4a73

Browse files
committed
eliminated too modern type hint
1 parent 90aab03 commit 96c4a73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Examples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1277,7 +1277,7 @@ def local_compatibility(self, a: GsmNode, b: GsmNode):
12771277
self.evidence += 1
12781278
return self.ioa_compatibility(a, b)
12791279

1280-
def score_function(self, part: dict[GsmNode, GsmNode]):
1280+
def score_function(self, part):
12811281
return self.evidence
12821282

12831283
epsilon = 0.05

0 commit comments

Comments
 (0)