Skip to content

Commit

Permalink
chore: get rid of not used imports
Browse files Browse the repository at this point in the history
  • Loading branch information
thorwhalen committed Apr 4, 2024
1 parent 05d6d16 commit 8ef63e9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions ju/rjsf.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
function_to_json_schema,
DFLT_PARAM_TO_TYPE,
DFLT_FUNC_TITLE,
name_of_obj,
merge_with_defaults,
)
from ju.util import asis
Expand Down Expand Up @@ -171,7 +170,12 @@ def _func_to_rjsf_schemas(
"""

schema = function_to_json_schema(func)
schema = function_to_json_schema(
func,
doc=doc,
pyname_to_title=pyname_to_title,
param_to_prop_type=param_to_prop_type,
)

ui_schema = deepcopy(base_rjsf_spec['uiSchema'])

Expand Down

0 comments on commit 8ef63e9

Please sign in to comment.