Skip to content

Commit 02407fc

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

data_structures/linked_list/xor_linked_list.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,5 @@ def to_list(self) -> list[int]:
5555

5656
if __name__ == "__main__":
5757
import doctest
58+
5859
doctest.testmod()

0 commit comments

Comments
 (0)