Skip to content

Commit 7f0e52c

Browse files
refactor(util): Add recursive_eq to exports from __init__
1 parent 1c39ed2 commit 7f0e52c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

util/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
from os import PathLike
44
from typing import TypeVar, Any, overload, Iterable
55

6+
from .recursive_eq import recursive_eq
67
from .simple_process_pool import *
78
from .timeouts import *
89

0 commit comments

Comments
 (0)