Skip to content

Commit a32dd92

Browse files
committed
Fix docs
1 parent 49f220a commit a32dd92

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

coincidence/regressions.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,10 @@ def __init__(self, *args, **kwargs):
136136
raise e
137137

138138

139+
# To fix docs. Can't be resolved but doesn't appear in the docs anyway 🤷
140+
LazyDataDir = Any
141+
142+
139143
def check_file_regression(
140144
data: Union[str, StringList],
141145
file_regression: FileRegressionFixture,

0 commit comments

Comments
 (0)