I keep getting I100 and I202 because it detects imports as third-party, when they are local modules in the application. e.g.
Additional newline in a group of imports. 'from constants import MARGIN' is identified as Third Party..
Shouldn't it be able to see that these modules are local (i.e. they are in the same directory as the file doing the importing)?
I keep getting I100 and I202 because it detects imports as third-party, when they are local modules in the application. e.g.
Additional newline in a group of imports. 'from constants import MARGIN' is identified as Third Party..
Shouldn't it be able to see that these modules are local (i.e. they are in the same directory as the file doing the importing)?