Optimize some content

This commit is contained in:
zhaoyafan 2025-02-15 22:56:45 +08:00
parent 8949d7b9bf
commit c67c565dc4
1 changed files with 2 additions and 1 deletions

View File

@ -492,7 +492,8 @@ class FetchResult:
class EmptyMethod:
def no_method(self, *args, **kwargs):
@classmethod
def no_method(cls, *args, **kwargs):
pass
def __setitem__(self, key, value):