Skip to content

Commit e67fb64

Browse files
committed
fix formatting
1 parent a20a580 commit e67fb64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autogen/_pydantic.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def type2schema(t: Any) -> JsonSchemaValue:
6464
Returns:
6565
JsonSchemaValue: The JSON schema
6666
"""
67-
67+
6868
if t is None:
6969
return {"type": "null"}
7070
elif get_origin(t) is Union:

0 commit comments

Comments
 (0)