From 55beda8b63a36333ed46021584276478dc990faa Mon Sep 17 00:00:00 2001 From: Sourya Vatsyayan Date: Mon, 26 Jan 2026 15:35:35 +0530 Subject: [PATCH] chore: introduce PYL-E0119 Signed-off-by: Sourya Vatsyayan --- hello.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hello.py b/hello.py index ad68ff119..93496fac3 100644 --- a/hello.py +++ b/hello.py @@ -26,6 +26,7 @@ def smethod(): def cmethod(cls, something): """class method-to-be""" + print('value: {}').format(123) cmethod = classmethod(cmethod)