nomns / nparse

Nomns' Parser for Project1999
GNU General Public License v3.0
43 stars 23 forks source link

Fixed parserwindow import #88

Closed token419 closed 2 months ago

token419 commented 2 months ago

Found an issue where the helpers init.py was calling ParserWindow and then other windows were loading ParserWindow from there instead of loading it directly.

Updated the other windows to import ParserWindow from its correct location which i believe will resolve the flake8 overrides you guys had as well which were related to unused imports which was the case for helpers init.py since it imported but never used ParserWindow and other things imported off it.