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

Add Named imports for better readability #19

Open
allwin199 opened this issue Mar 17, 2024 · 1 comment · May be fixed by #21
Open

Add Named imports for better readability #19

allwin199 opened this issue Mar 17, 2024 · 1 comment · May be fixed by #21

Comments

@allwin199
Copy link

import "@account-abstraction/contracts/core/BasePaymaster.sol";

The above line can be improved with named imports

 import {BasePaymaster} from "@account-abstraction/contracts/core/BasePaymaster.sol"; 

Named imports can be applied to all imports.

@allwin199
Copy link
Author

@kristofgazso If you think this change is necessary I would like to work on this.

@allwin199 allwin199 linked a pull request Mar 17, 2024 that will close this issue
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 a pull request may close this issue.

1 participant