Reputation: 27919
If I do clean up my python source code with PyCharm, the commented line gets removed:
# noinspection PyUnresolvedReferences
import foolib
I want import foolib
to be kept, even if I do optimize imports.
If I use this feature of pyCharm twice, then import foolib
gets removed :-(
Is this a bug or a feature?
I use pyCharm version 2016.3.2
Upvotes: 1
Views: 2485