aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/conventionalrp/_core.pyi
diff options
context:
space:
mode:
Diffstat (limited to 'src/conventionalrp/_core.pyi')
-rw-r--r--src/conventionalrp/_core.pyi2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conventionalrp/_core.pyi b/src/conventionalrp/_core.pyi
index 4945a82..8a0cc40 100644
--- a/src/conventionalrp/_core.pyi
+++ b/src/conventionalrp/_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