Skip to content

Commit 944a3ef

Browse files
committed
style: alphabetize webhook imports
1 parent d0f5bdf commit 944a3ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/miru_server_sdk/resources/webhooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from __future__ import annotations
44

5-
from typing import cast, Any
5+
from typing import Any, cast
66

77
from .._models import construct_type
88
from .._resource import SyncAPIResource, AsyncAPIResource

0 commit comments

Comments
 (0)