Right now the compiler doesn't track it and so it cannot report it either. All you can do is to remove the import manually and see if it still compiles. (Which is easy when you use an editor with nimsuggest support.)
- How can I detect redundant imports? marksummerfield
- Re: How can I detect redundant imports? Araq
