Skip to content

Commit d81fc9a

Browse files
committed
refractor: removed postprocessor imports
1 parent 8d45e36 commit d81fc9a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/wotis/cli.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
RESPEC_TEMPLATE_PATH, FINAL_SPEC_PATH,
1515
CORE_SCHEMA_PLACEHOLDER)
1616

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-
2017

2118
input_option = click.option('-i', '--input_schema',
2219
type=str,

0 commit comments

Comments
 (0)