Skip to content

Commit e93f6cf

Browse files
apcha-oaistainless-app[bot]
authored andcommitted
fix(webhooks): preserve method visibility for compatibility checks
1 parent 3ddbb7e commit e93f6cf

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

3-
from .webhooks import Webhooks, AsyncWebhooks
3+
from .webhooks import Webhooks as _Webhooks, AsyncWebhooks as _AsyncWebhooks
4+
5+
6+
class Webhooks(_Webhooks):
7+
pass
8+
9+
10+
class AsyncWebhooks(_AsyncWebhooks):
11+
pass
412

513
__all__ = ["Webhooks", "AsyncWebhooks"]

0 commit comments

Comments
 (0)