Skip to content

Commit

Permalink
fix: profile typing
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed Dec 6, 2024
1 parent caa72e1 commit fa4f1a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arango/aql.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ def execute(
cache: Optional[bool] = None,
memory_limit: int = 0,
fail_on_warning: Optional[bool] = None,
profile: Optional[bool | int] = None,
profile: Optional[Union[bool, int]] = None,
max_transaction_size: Optional[int] = None,
max_warning_count: Optional[int] = None,
intermediate_commit_count: Optional[int] = None,
Expand Down

0 comments on commit fa4f1a1

Please sign in to comment.