Core: Fix black error

This commit is contained in:
Mike Auty
2025-01-01 14:05:02 +00:00
parent 443f7afc9c
commit 6be039a7e5
+1 -1
View File
@@ -306,7 +306,7 @@ class ModuleInterface(interfaces.configuration.ConfigurableInterface):
@abstractmethod
def symbols(self) -> List:
"""Lists the symbols contained in the symbol table for this module"""
raise NotImplementedError("Symbols property has not been implemented.")
raise NotImplementedError("Symbols property has not been implemented.")
@abstractmethod
def get_symbols_by_absolute_location(self, offset: int, size: int = 0) -> List[str]: