We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d45e36 commit d81fc9aCopy full SHA for d81fc9a
src/wotis/cli.py
@@ -14,9 +14,6 @@
14
RESPEC_TEMPLATE_PATH, FINAL_SPEC_PATH,
15
CORE_SCHEMA_PLACEHOLDER)
16
17
-from src.wotis.postprocessors.jsonld_context_postprocessor import post_process_jsonld_context
18
-from src.wotis.postprocessors.jsonschema_postprocessor import post_process_jsonschema
19
-
20
21
input_option = click.option('-i', '--input_schema',
22
type=str,
0 commit comments