Skip to content

Commit

Permalink
enable scheduler options
Browse files Browse the repository at this point in the history
  • Loading branch information
wj-Mcat committed Nov 20, 2022
1 parent ad7dd5b commit 6c9d54f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions src/wechaty/user/url_link.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,6 @@ def get_issue_comment_payload(self, repo_name: str, issue_id: int, comment_id: i
return payload





class UrlLink:
"""
url_link object which handle the url_link content
Expand Down
2 changes: 1 addition & 1 deletion src/wechaty/wechaty.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ def name(self) -> str:
return 'default_puppet'
return self._name

def on(self, event: str, f: Callable[..., Any] = None) -> Wechaty:
def on(self, event: str, f: Callable[..., Any] = None) -> Wechaty: # type: ignore
"""
listen wechaty event
Args:
Expand Down

0 comments on commit 6c9d54f

Please sign in to comment.