Skip to content

Commit 6c9d54f

Browse files
committed
enable scheduler options
1 parent ad7dd5b commit 6c9d54f

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/wechaty/user/url_link.py

-3
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,6 @@ def get_issue_comment_payload(self, repo_name: str, issue_id: int, comment_id: i
187187
return payload
188188

189189

190-
191-
192-
193190
class UrlLink:
194191
"""
195192
url_link object which handle the url_link content

src/wechaty/wechaty.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ def name(self) -> str:
301301
return 'default_puppet'
302302
return self._name
303303

304-
def on(self, event: str, f: Callable[..., Any] = None) -> Wechaty:
304+
def on(self, event: str, f: Callable[..., Any] = None) -> Wechaty: # type: ignore
305305
"""
306306
listen wechaty event
307307
Args:

0 commit comments

Comments
 (0)