From 7c25ca51b99a89e48ab47c42f817b80eb21bff2c Mon Sep 17 00:00:00 2001 From: Francesco Vigliaturo Date: Fri, 17 Nov 2023 12:27:59 +0100 Subject: [PATCH] Apply linting and formatting --- py/symbolic/proguard.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/py/symbolic/proguard.py b/py/symbolic/proguard.py index a1204ea6..9050c617 100644 --- a/py/symbolic/proguard.py +++ b/py/symbolic/proguard.py @@ -81,7 +81,12 @@ def remap_method(self, klass: str, method: str) -> Tuple[str, str] | None: return output if len(output[0]) > 0 and len(output[1]) > 0 else None def remap_frame( - self, klass: str, method: str, line: int, parameters: str = "", use_parameters: bool = False + self, + klass: str, + method: str, + line: int, + parameters: str = "", + use_parameters: bool = False, ) -> list[JavaStackFrame]: """Remaps the stackframe, given its class, method and line.""" result = self._methodcall(