def main() -> None:
    UserPullRequestActivity.generate()
 def handle(self, *args: object, **options: object) -> None:
     UserPullRequestActivity.generate()
Example #3
0
 def handle(self, *args, **options):
     UserPullRequestActivity.generate()