Skip to content
Snippets Groups Projects
Commit 97b3ec48 authored by Alexander Schlemmer's avatar Alexander Schlemmer
Browse files

DOC: added note for missing type checks

parent 4a7c43a9
No related branches found
No related tags found
2 merge requests!57RELEASE 0.7.3,!47Refactored the plantuml module
Pipeline #20464 passed
......@@ -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 = {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment