Skip to content

Commit

Permalink
Pylint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bashtavenko committed May 13, 2024
1 parent aae919f commit 13b68cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def __init__(self, data=None, parent=None, level=0):

def __repr__(self):
return f"data:{self.data} color:{self.color} parent:{self.parent.data
if self.parent else "None"} level:{self.level}"
if self.parent else "None"} level:{self.level}"


class BfsEx:
Expand Down

0 comments on commit 13b68cb

Please sign in to comment.