Skip to content

Commit 919e76a

Browse files
committed
fix: restored original params order
1 parent 97fb23c commit 919e76a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlmesh/core/context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2248,8 +2248,8 @@ def audit(
22482248
start: TimeLike,
22492249
end: TimeLike,
22502250
*,
2251-
execution_time: t.Optional[TimeLike] = None,
22522251
models: t.Optional[t.Iterator[str]] = None,
2252+
execution_time: t.Optional[TimeLike] = None,
22532253
) -> bool:
22542254
"""Audit models.
22552255

0 commit comments

Comments
 (0)