From 53ba426f8373dff8053c54693b36b9c3083d7143 Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Thu, 29 Jan 2026 17:21:55 +0800 Subject: fix: remove unnecessary 'self' parameter from sum_as_string function --- src/dropin/_core.pyi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dropin/_core.pyi b/src/dropin/_core.pyi index 4945a82..8a0cc40 100644 --- a/src/dropin/_core.pyi +++ b/src/dropin/_core.pyi @@ -1,3 +1,3 @@ -def sum_as_string(self, a: int, b: int) -> str: ... +def sum_as_string(a: int, b: int) -> str: ... class Base: ... \ No newline at end of file -- cgit v1.2.3-70-g09d2