Skip to content

Commit 04bd20c

Browse files
committed
chore: black
1 parent e2d7747 commit 04bd20c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

posthog/ai/openai/openai_async.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ async def create(
249249

250250
return response
251251

252+
252253
class WrappedBeta(openai.resources.beta.Beta):
253254
_client: AsyncOpenAI
254255

@@ -288,4 +289,4 @@ def parse(
288289
self._client.base_url,
289290
super().parse,
290291
**kwargs,
291-
)
292+
)

0 commit comments

Comments
 (0)