Skip to content

Commit

Permalink
fix(cobol_relationships): remove unused option
Browse files Browse the repository at this point in the history
  • Loading branch information
zieka committed Aug 15, 2023
1 parent fcff20c commit a671671
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion moderne_visualizations_misc/cobol_relationships.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
},
"outputs": [],
"source": [
"dependency: str = \"COBOL\"\n",
"node_shape: str = \"ellipse\""
]
},
Expand Down
9 changes: 0 additions & 9 deletions moderne_visualizations_misc/specs/cobol_relationships.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,6 @@ description: >
recipe: org.openrewrite.cobol.search.FindRelationships
dataTable: org.openrewrite.cobol.table.CobolRelationships
options:
# type and example are from papermill/notebook
# https://papermill.readthedocs.io/en/latest/usage-inspect.html#inspect-via-cli
- dependency:
displayName: Dependency
description: The entity that depends on another entity.
valid:
- COBOL
- Copybook
required: false
- node_shape:
displayName: Node shape
description: 'The shape of the nodes in the diagram. (default: ellipse)'
Expand Down

0 comments on commit a671671

Please sign in to comment.