ProvableHQ / sdk

A Software Development Kit (SDK) for Zero-Knowledge Transactions
https://provable.tools
GNU General Public License v3.0
584 stars 468 forks source link

refactor: remove unused import #833

Closed momodaka closed 8 months ago

momodaka commented 8 months ago

Motivation

This PR aims to enhance the codebase by removing unused imports. This cleanup improves code readability.

Test Plan

unit test

Related PRs

N/A

onetrickwolf commented 8 months ago

Hey thanks for the contribution but I think we are trying to focus on more substantial changes going forward. I think since this change can be fixed by some automatic lint fixes and it's not changing anything functionally, we will close this for now. I am making a note though to make sure these linting errors are fixed and we are going to add them to our CICD pipeline. Thanks for bringing it to our attention!