Skip to content

Conversation

@Alirezak2n
Copy link
Contributor

@Alirezak2n Alirezak2n commented May 22, 2025

A class for fetching pull requests

@RobbinBouwmeester RobbinBouwmeester marked this pull request as draft May 24, 2025 06:54
def get_repo(self, repo_name: str):
return self.github.get_repo(repo_name)

@staticmethod
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am fan to move staticmethod out of the class in the general module context. And if you really want, then you could add it again to the class scope. If I need to provide more context I would copy a discussion in fluent python on that topic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants