From bb11a04c4855f08477c5646e9ce3ada1ad579162 Mon Sep 17 00:00:00 2001 From: Frances Liu Date: Tue, 5 Nov 2024 15:49:43 -0800 Subject: [PATCH] fixup! Remove some changes --- docs/3.0/develop/settings-ref.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/3.0/develop/settings-ref.mdx b/docs/3.0/develop/settings-ref.mdx index 66dfd3be373ed..7dab8869af9dd 100644 --- a/docs/3.0/develop/settings-ref.mdx +++ b/docs/3.0/develop/settings-ref.mdx @@ -185,7 +185,7 @@ If `True`, warn on usage of experimental features. the result is not retrieved by default for async users. You may opt into this per call by passing `fetch=True` or toggle this setting to change the behavior globally. - + **Type**: `boolean` @@ -197,7 +197,6 @@ If `True`, warn on usage of experimental features. `PREFECT_ASYNC_FETCH_STATE_RESULT` --- - ## APISettings Settings for interacting with the Prefect API ### `url`