From ef5768fdc1d9432dec54ba711faac76559aa00a2 Mon Sep 17 00:00:00 2001 From: Christian Hernandez Date: Tue, 10 Dec 2024 17:46:23 +0100 Subject: [PATCH] Fix formatting issue Signed-off-by: Christian Hernandez --- stdlib/test/python/my_module.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stdlib/test/python/my_module.py b/stdlib/test/python/my_module.py index 8147b0a382..c78c39556e 100644 --- a/stdlib/test/python/my_module.py +++ b/stdlib/test/python/my_module.py @@ -25,7 +25,8 @@ def __init__(self, bar): class AbstractPerson(ABC): @abstractmethod - def method(self): ... + def method(self): + ... def my_function(name):