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

Fix combine_dicts and StepInput import in PushToHub #401

Merged
merged 3 commits into from
Mar 8, 2024

Conversation

alvarobartt
Copy link
Member

Description

This PR fixes a StepInput import that was not updated as of #387 when it was moved from typing.py to base.py.

This PR also fixes a bug within combine_dicts, as it uses now List over Set to avoid the ordering issues introduced when using Set.

@alvarobartt alvarobartt added the fix label Mar 8, 2024
@alvarobartt alvarobartt added this to the 1.0.0 milestone Mar 8, 2024
@alvarobartt alvarobartt self-assigned this Mar 8, 2024
@alvarobartt alvarobartt merged commit 06d3afb into core-refactor Mar 8, 2024
4 checks passed
@alvarobartt alvarobartt deleted the import-fixes-and-combine-task branch March 8, 2024 09:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

1 participant