Skip to content

Commit b6e1c61

Browse files
committed
remove unneeded comments
1 parent 8f0c040 commit b6e1c61

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

schematic/schemas/create_json_schema.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -294,11 +294,8 @@ def _get_validation_rule_based_fields(
294294
f"derived from its validation rules: {validation_rules}"
295295
)
296296
raise ValueError(msg)
297-
# If there is no explicit type and there is an implicit type...
298297
if implicit_js_type:
299-
# then the implicit type is used...
300298
js_type = implicit_js_type
301-
# and a warning is raised since this behavior is deprecated
302299
msg = (
303300
f"No explicit type set for property: '{name}', "
304301
"using validation rules to set the type. "

0 commit comments

Comments
 (0)