I’d like some red squiggles around imports if they won’t work in the IDE rather than waiting till runtime.
For example
from enum import Enum
Would have red underline squiggles telling me that this module doesn’t exist.
I’d like some red squiggles around imports if they won’t work in the IDE rather than waiting till runtime.
For example
from enum import Enum
Would have red underline squiggles telling me that this module doesn’t exist.