postmanlabs / postman-code-generators

Common repository for all code generators shipped with Postman
Apache License 2.0
996 stars 351 forks source link

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

Closed VShingala closed 4 months ago

VShingala commented 4 months ago

Overview

This PR fixes one of a missed declaration removal that was introduced with https://github.com/postmanlabs/postman-code-generators/pull/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.