Skip to content

Commit

Permalink
chore: reorder classes (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Dec 30, 2020
1 parent 1297b19 commit d1b8608
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
__all__ = (
"AnnotationPayload",
"AnnotationSpec",
"AutoMlClient",
"BatchPredictInputConfig",
"BatchPredictOperationMetadata",
"BatchPredictOutputConfig",
Expand Down Expand Up @@ -164,7 +165,6 @@
"OutputConfig",
"PredictRequest",
"PredictResponse",
"PredictionServiceClient",
"TextClassificationDatasetMetadata",
"TextClassificationModelMetadata",
"TextExtractionAnnotation",
Expand All @@ -185,5 +185,5 @@
"UndeployModelRequest",
"UpdateDatasetRequest",
"UpdateModelRequest",
"AutoMlClient",
"PredictionServiceClient",
)
2 changes: 1 addition & 1 deletion packages/google-cloud-automl/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/python-automl.git",
"sha": "4a2e2cf997fa0eaa87177a8e3ccbaded549b683e"
"sha": "356eb12708f8219644160f59775e4aae18b66f24"
}
},
{
Expand Down

0 comments on commit d1b8608

Please sign in to comment.