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

Fixed an issue where io package was declared twice. #762

Merged
merged 1 commit into from
Jul 29, 2024

Conversation

VShingala
Copy link
Member

@VShingala VShingala commented Jul 29, 2024

Overview

This PR fixes one of a missed declaration removal that was introduced with #721

i.e. Since we're now declaring io at global level, we don not need to redeclare it for input type of file specifically. Tests that were failing were due to this reason.

@VShingala VShingala merged commit 8987d53 into develop Jul 29, 2024
1 check passed
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