Skip to content

Commit

Permalink
Update graph.py
Browse files Browse the repository at this point in the history
  • Loading branch information
csmangum authored Jul 5, 2024
1 parent 228b31d commit 8e6f24a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anarchy/graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class AnarchyGraph(dict):
"""

def __init__(
self, node_count: int = 100, graph_type: Optional[str] = "random"
self, node_count: int = 100, graph_type: Optional[str] = None
) -> None:
super().__init__()
self.node_count = node_count
Expand Down

0 comments on commit 8e6f24a

Please sign in to comment.