Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Dec 16, 2024
1 parent c59eebe commit 197f549
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ class _GraphDataSpecificationWriter(object):

def __init__(self) -> None:
self._sdram_usage: Dict[Tuple[int, int], int] = defaultdict(lambda: 0)
self._vertices_by_chip: Dict[Tuple[int, int],
List[AbstractGeneratesDataSpecification]] =\
self._vertices_by_chip: \
Dict[Tuple[int, int], List[AbstractGeneratesDataSpecification]] =\
defaultdict(list)

def run(self,
Expand Down

0 comments on commit 197f549

Please sign in to comment.