Skip to content

Commit 0d3c767

Browse files
committed
docs(samples) edited style
1 parent bcc67c7 commit 0d3c767

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

samples/model-builder/create_entity_type_sample.py

+3-4
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@
1818

1919

2020
def create_entity_type_sample(
21-
project: str,
22-
location: str,
23-
entity_type_id: str,
24-
featurestore_name: str,
21+
project: str, location: str, entity_type_id: str, featurestore_name: str,
2522
):
2623

2724
aiplatform.init(project=project, location=location)
@@ -33,4 +30,6 @@ def create_entity_type_sample(
3330
fs.wait()
3431

3532
return fs
33+
34+
3635
# [END aiplatform_sdk_create_entity_type_sample]

0 commit comments

Comments
 (0)