Skip to content

Commit

Permalink
Add Featurestore Monitoring functionalities - Fix lint error in import
Browse files Browse the repository at this point in the history
  • Loading branch information
alicechang0909 committed Dec 22, 2024
1 parent 496ee5f commit b7796ca
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,8 @@
"import bigframes.pandas\n",
"import pandas as pd\n",
"from google.cloud import bigquery\n",
"from vertexai.resources.preview.feature_store import (Feature, FeatureGroup, FeatureMonitor)\n",
"from vertexai.resources.preview.feature_store import (Feature, FeatureGroup,\n",
" FeatureMonitor)\n",
"from vertexai.resources.preview.feature_store import utils as fs_utils"
]
},
Expand Down

0 comments on commit b7796ca

Please sign in to comment.