keep-starknet-strange / cairo-lint

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

Add fix unused imports #18

Closed 0xLucqs closed 1 week ago

0xLucqs commented 1 month 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 1 month ago