Skip to content

Commit febd055

Browse files
authored
quick fix AsyncTectonClient example (#69)
1 parent df6fe58 commit febd055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/quickstart.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ and manage them within an async function or an event loop.
7878
7979
8080
async def fetch_data():
81-
resp = client.get_features(
81+
resp = async_client.get_features(
8282
feature_service_name="fraud_detection_feature_service:v2",
8383
join_key_map={"user_id": "user_4407104885"},
8484
request_context_map={"amount": 500.00},

0 commit comments

Comments
 (0)