aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/conventionalrp/_core.pyi
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2025-03-15 14:15:13 +0800
committerGitHub <noreply@github.com>2025-03-15 14:15:13 +0800
commiteb00c504f1fae5f0301adf25011e98cbb78cc79d (patch)
treec6971c11999467e4009e99e8fb5ec7c85e47c529 /src/conventionalrp/_core.pyi
parentee15a8b3174048f1c9f7f53a51d1e5b7a2410054 (diff)
parenteeef7f3ed7209c5f6b8e101d132a91e372a7dd6d (diff)
downloadconventional_role_play-eb00c504f1fae5f0301adf25011e98cbb78cc79d.tar.gz
conventional_role_play-eb00c504f1fae5f0301adf25011e98cbb78cc79d.zip
Merge branch 'main' into main
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