Skip to content

Commit d857ae2

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 3b0d81f commit d857ae2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

data_structures/linked_list/singly_linked_list.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -493,8 +493,6 @@ def test_singly_linked_list_2() -> None:
493493

494494

495495
def main():
496-
497-
498496
testmod()
499497

500498
linked_list = LinkedList()

0 commit comments

Comments
 (0)