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

Replace the name callable with function. #61

Merged
merged 1 commit into from
Apr 21, 2023
Merged

Conversation

rohe
Copy link
Contributor

@rohe rohe commented Apr 21, 2023

We already had function and class used for different types of callable in the configuration.
I don't think we need a third one (callable) if there is no significant difference between it and the other two.
So I have done a refactoring replacing all occurrences of callable with function.

@rohe rohe requested review from ctriant and peppelinux and removed request for ctriant April 21, 2023 11:21
@ctriant
Copy link
Contributor

ctriant commented Apr 21, 2023

It's not affecting the functionality so it's LGTM

@rohe
Copy link
Contributor Author

rohe commented Apr 21, 2023

@ctriant This will mean that you will have to modify your PR once this PR is part of the develop branch.
Since it's a one-to-one swap from callable to function it should be simple and straightforward.

@rohe rohe merged commit 4eb8214 into develop Apr 21, 2023
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.

2 participants