Skip to content

Commit 43cdbf9

Browse files
committed
Add py4j for mock
1 parent 149ca70 commit 43cdbf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
# autosectionlabel
110110
autosectionlabel_prefix_document = True
111111

112-
autodoc_mock_imports = ['pyspark', 'feature_store_pyspark']
112+
autodoc_mock_imports = ['pyspark', 'feature_store_pyspark', 'py4j']
113113

114114
def setup(app):
115115
sys.stdout.write("Generating JumpStart model table...")

0 commit comments

Comments
 (0)