Skip to content

Commit 2183dc9

Browse files
committed
Add json import after __future__
1 parent 0d93230 commit 2183dc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llama_stack_client/_client.py

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

3-
import json
43
from __future__ import annotations
4+
import json
55

66
import os
77
from typing import Any, Union, Mapping

0 commit comments

Comments
 (0)