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

style: use type hints for input arguments #9

Open
inspiralpatterns opened this issue Jul 12, 2023 · 1 comment
Open

style: use type hints for input arguments #9

inspiralpatterns opened this issue Jul 12, 2023 · 1 comment
Labels
good first issue Good for newcomers

Comments

@inspiralpatterns
Copy link
Collaborator

def prepare_results(self, model_outputs, retries) -> tuple[str, dict, dict]:

It would be much appreciated if you used type hints for the input arguments in your methods - with this suggestion extended to the whole code base.

@stoyan-stoyanov
Copy link
Owner

makes sense

@stoyan-stoyanov stoyan-stoyanov self-assigned this Jul 16, 2023
@stoyan-stoyanov stoyan-stoyanov added the good first issue Good for newcomers label Jul 28, 2023
@stoyan-stoyanov stoyan-stoyanov removed their assignment Jul 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants