Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Nov 27, 2024
1 parent 1da0849 commit 006fac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pacman_test_objects/simple_test_edge.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ class SimpleTestEdge(ApplicationEdge):
test class for creating edges
"""

def __init__(self,pre_vertex: ApplicationVertex,
def __init__(self, pre_vertex: ApplicationVertex,
post_vertex: ApplicationVertex, label: Optional[str] = None):
super().__init__(pre_vertex, post_vertex, label=label)

0 comments on commit 006fac8

Please sign in to comment.