Skip to content

Commit b41462a

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

data_structures/linked_list/xor_linked_list.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
>>> xor_list.to_list()
1212
[10, 20, 30]
1313
"""
14+
1415
from dataclasses import dataclass
1516

1617

0 commit comments

Comments
 (0)