Skip to content

Commit

Permalink
use type List
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Jun 24, 2024
1 parent be08227 commit 153a73a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class SDRAMSplitter(AbstractSplitterCommon):
def __init__(self) -> None:
super().__init__()
self.__pre_vertex = None
self._post_vertices: list[SDRAMMachineVertex] = list()
self._post_vertices: List[SDRAMMachineVertex] = list()

@property
def _pre_vertex(self) -> SDRAMMachineVertex:
Expand Down

0 comments on commit 153a73a

Please sign in to comment.