Skip to content

Commit 51a3965

Browse files
authored
chore: update jsonschema_definitions.py
1 parent c915eba commit 51a3965

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# This file was auto-generated by Fern from our API Definition.
22

33
import typing
4-
from .jsonschema_schema import JsonschemaSchema
54

6-
JsonschemaDefinitions = typing.Dict[str, JsonschemaSchema]
5+
JsonschemaDefinitions = typing.Dict[str, "JsonschemaSchema"]
6+
7+
from .jsonschema_schema import JsonschemaSchema

0 commit comments

Comments
 (0)