More type hint workarounds

This commit is contained in:
Alex Mykyta
2024-12-18 22:20:35 -08:00
parent 5c1bc35799
commit 1d7d47f49c
3 changed files with 10 additions and 7 deletions

View File

@@ -2,7 +2,7 @@ from typing import TYPE_CHECKING, Optional, List
import textwrap
from collections import OrderedDict
from systemrdl.walker import RDLListener, RDLWalker, WalkerAction
from systemrdl.walker import RDLListener, RDLWalker
from .identifier_filter import kw_filter as kwf