From 8d791bc9eb608139c6fd9d99ab0d96ed37561d3a Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Tue, 28 Mar 2023 15:08:48 -0400 Subject: Fix some type hints using more correct Dict instead of Mapping --- python/highlevelil.py | 1 - 1 file changed, 1 deletion(-) (limited to 'python/highlevelil.py') diff --git a/python/highlevelil.py b/python/highlevelil.py index a267101f..0c5e7992 100644 --- a/python/highlevelil.py +++ b/python/highlevelil.py @@ -116,7 +116,6 @@ class GotoLabel: def uses(self) -> List['HighLevelILInstruction']: return self.function.get_label_uses(self.id) - @dataclass(frozen=True, order=True) class CoreHighLevelILInstruction: operation: HighLevelILOperation -- cgit v1.3.1