keep-starknet-strange / cairo-lint

A collection of lints to catch common mistakes and improve your Cairo code.
21 stars 35 forks source link

Add fix unused imports #18

Closed 0xLucqs closed 3 months ago

0xLucqs commented 3 months ago

The compiler currently emits a diagnostic for unused imports. There needs to be a fix implemented in cairo-lints in order to remove them.

enitrat commented 3 months ago