Optimize some content
This commit is contained in:
parent
8949d7b9bf
commit
c67c565dc4
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue