Skip to content
Snippets Groups Projects

Refactored the plantuml module

Merged Alexander Schlemmer requested to merge f-refactor-plantuml into dev
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -111,6 +111,8 @@ def recordtypes_to_plantuml_string(iterable,
- Inheritance of Properties is not rendered nicely at the moment.
"""
# TODO: This function needs a review of python type hints.
classes = [el for el in iterable
if isinstance(el, db.RecordType)]
dependencies = {}
Loading