Imports are ignored #174
Labels
bug: check
Something in the type check module isn't working (as intended)
enhancement: check
New feature in the type check module
Milestone
Description of Bug
The type checker currently ignores imports.
Everything in the project is in the global scope.
Expected behaviour
from .. import .. as <alias>
where applicableThe text was updated successfully, but these errors were encountered: