Skip to content

Commit

Permalink
fix(documentation): add initial value
Browse files Browse the repository at this point in the history
  • Loading branch information
b1rger committed Sep 30, 2024
1 parent 48ab3bf commit af447ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis_core/documentation/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

class Datamodel:
entities: [object]
relations: [object]
relations: [object] = []
graph: dict() = {}

def __init__(self):
Expand Down

0 comments on commit af447ce

Please sign in to comment.