postmanlabs / postman-code-generators

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

Removes unused `fs` import on NodeJS - Native codegen #709

Open vishwasnavadak opened 1 year ago

vishwasnavadak commented 1 year ago

This PR removes the unused fs import on the NodeJS - Native codegen.

Fixes https://github.com/postmanlabs/postman-code-generators/issues/708