Skip to content

Commit a2db304

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

data_structures/linked_list/circular_linked_list.py

+1
Original file line numberDiff line numberDiff line change
@@ -144,4 +144,5 @@ def test_circular_linked_list() -> None:
144144

145145
if __name__ == "__main__":
146146
import doctest
147+
147148
doctest.testmod()

0 commit comments

Comments
 (0)