🐛 fix(base.py): remove unnecessary user_id parameter from _build_each_node_in_params_dict() method call in Vertex class
This commit is contained in:
parent
89ea8e45f6
commit
e2122567be
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ class Vertex:
|
|||
Initiate the build process.
|
||||
"""
|
||||
logger.debug(f"Building {self.vertex_type}")
|
||||
self._build_each_node_in_params_dict(user_id)
|
||||
self._build_each_node_in_params_dict()
|
||||
self._get_and_instantiate_class(user_id)
|
||||
self._validate_built_object()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue