Skip to content

Commit d7befe2

Browse files
committed
Fix typo
1 parent 1de55f6 commit d7befe2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

infrahub_sdk/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1660,6 +1660,7 @@ def execute_graphql(
16601660
16611661
Returns:
16621662
dict: The GraphQL data payload (`response["data"]`).
1663+
"""
16631664
if raise_for_error is not None:
16641665
warnings.warn(
16651666
"Using `raise_for_error` is deprecated, use `try/except` to handle errors.",

0 commit comments

Comments
 (0)