Skip to content

Commit

Permalink
more typing
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Mar 25, 2024
1 parent 40ba0fd commit 23ed9eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pacman/operations/placer_algorithms/application_placer.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def __init__(self, placements: Placements):
self.__current_chip: Optional[Chip] = None
self.__current_cores_free: List[int] = list()
self.__current_sdram_free = 0
self.__app_vertex_label = None
self.__app_vertex_label: Optional[str] = None

# Set some value so no Optional needed
self.__ethernet_x = -1
Expand Down

0 comments on commit 23ed9eb

Please sign in to comment.