Skip to content

Commit 7881402

Browse files
Remove an extra blank line
1 parent fe39395 commit 7881402

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

data_structures/binary_tree/avl_tree.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ def __str__(self) :
3535
return str(self.data)
3636

3737

38-
3938
class Node:
4039
"""
4140
This is the Class Node with a constructor that contains data variable to type data

0 commit comments

Comments
 (0)