Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: inline _get_all #254

Closed
wants to merge 1 commit into from
Closed

refactor: inline _get_all #254

wants to merge 1 commit into from

Conversation

apricote
Copy link
Member

ClientEntityBase._get_all was only called from ClientEntityBase.get_all and get_all did nothing besides calling _get_all.

Related to #251 (comment)

`ClientEntityBase._get_all` was only called from
`ClientEntityBase.get_all` and `get_all` did nothing besides calling
`_get_all`.
@apricote apricote requested a review from jooola July 21, 2023 15:38
@apricote apricote self-assigned this Jul 21, 2023
@apricote
Copy link
Member Author

Welp, seems that my brain is already in the Friday mood. Did not see the call to self._get_all in ClientEntityBase.get_actions. Nevermind then!

@apricote apricote closed this Jul 21, 2023
@apricote apricote deleted the inline-get-all branch July 21, 2023 15:44
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.

1 participant