Skip to content

Commit

Permalink
Fix black error
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanIsCoding committed Oct 18, 2023
1 parent 07634c0 commit d48221c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rustworkx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1908,4 +1908,4 @@ def is_bipartite(graph):
:param graph: The graph to check if it's bipartite
:returns: ``True`` if the graph is bipartite and ``False`` if it is not
:rtype: bool
"""
"""

0 comments on commit d48221c

Please sign in to comment.