Skip to content

Commit

Permalink
Add json import after __future__
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwinb committed Jan 9, 2025
1 parent 0d93230 commit 2183dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/llama_stack_client/_client.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

import json
from __future__ import annotations
import json

import os
from typing import Any, Union, Mapping
Expand Down

0 comments on commit 2183dc9

Please sign in to comment.