Skip to content

Commit 8991be0

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: data_structures/disjoint_set/union_find.py

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ def union(self, a: int, b: int) -> bool:
6868

6969
if __name__ == "__main__":
7070
import doctest
71+
7172
doctest.testmod()
7273

7374
uf = UnionFind(10)

0 commit comments

Comments
 (0)