Fix linting issues

This commit is contained in:
Johan B.W. de Vries 2025-06-07 14:38:54 +02:00
parent 544bbfac72
commit 1a3bc19dce

View File

@ -5,15 +5,13 @@ import struct
from typing import List from typing import List
from . import ourlang, wasm from . import ourlang, wasm
from .build import builtins
from .build.base import TypeInfo from .build.base import TypeInfo
from .stdlib import alloc as stdlib_alloc from .stdlib import alloc as stdlib_alloc
from .stdlib import types as stdlib_types from .stdlib import types as stdlib_types
from .type3.functions import FunctionArgument, TypeVariable from .type3.functions import FunctionArgument, TypeVariable
from .type3.routers import NoRouteForTypeException, TypeApplicationRouter from .type3.routers import NoRouteForTypeException
from .type3.typeclasses import Type3ClassMethod from .type3.typeclasses import Type3ClassMethod
from .type3.types import ( from .type3.types import (
IntType3,
Type3, Type3,
TypeApplication_Struct, TypeApplication_Struct,
TypeApplication_Type, TypeApplication_Type,