Skip to content

Commit

Permalink
fix auto doc (#708)
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzmeister authored Jul 12, 2022
1 parent c2a86ca commit 747dcd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions auto_doc.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@
"fg_create": ["hsfs.feature_store.FeatureStore.create_external_feature_group"],
"fg_get": ["hsfs.feature_store.FeatureStore.get_external_feature_group"],
"fg_properties": keras_autodoc.get_properties(
"hsfs.feature_group.OnDemandFeatureGroup"
"hsfs.feature_group.ExternalFeatureGroup"
),
"fg_methods": keras_autodoc.get_methods(
"hsfs.feature_group.OnDemandFeatureGroup",
"hsfs.feature_group.ExternalFeatureGroup",
exclude=[
"from_response_json",
"update_from_response_json",
Expand Down

0 comments on commit 747dcd1

Please sign in to comment.