Skip to content

Commit

Permalink
chore: sort class names (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored Apr 2, 2021
1 parent fe3e7ab commit ae446aa
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 @@ -64,6 +64,7 @@
__all__ = (
"BigQuerySource",
"Catalog",
"CatalogServiceClient",
"CollectUserEventRequest",
"CreateProductRequest",
"CustomAttribute",
Expand All @@ -81,7 +82,6 @@
"ListCatalogsResponse",
"PredictRequest",
"PredictResponse",
"PredictionServiceClient",
"PriceInfo",
"Product",
"ProductDetail",
Expand All @@ -105,5 +105,5 @@
"UserEventServiceClient",
"UserInfo",
"WriteUserEventRequest",
"CatalogServiceClient",
"PredictionServiceClient",
)
2 changes: 1 addition & 1 deletion packages/google-cloud-retail/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-retail.git",
"sha": "c594007605f35e1f85711100e3d903b8924c4d99"
"sha": "f7e2f54f4db6ac87b791848fea33936e9821b8ed"
}
},
{
Expand Down

0 comments on commit ae446aa

Please sign in to comment.