Skip to content

Commit b4cb876

Browse files
committed
継承元と引数等合わせる
1 parent 9c51da3 commit b4cb876

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

tests/plugins/__init__.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,10 @@ def get_post_message(self) -> str:
2222

2323
return self.post_message
2424

25-
@staticmethod
26-
def get_send_user_name() -> str:
25+
def get_send_user_name(self) -> str:
2726
return "test user"
2827

29-
@staticmethod
30-
def get_send_user() -> str:
28+
def get_send_user(self) -> str:
3129
return "abc123"
3230

3331
def upload(self, file: str, filename: str):

0 commit comments

Comments
 (0)