Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

fixed translation issue #1041

Merged
merged 2 commits into from
Oct 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion nexus_constructor/model/component.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class Component(Group):
_depends_on: Transformation = attr.ib(default=None)
has_link: bool = attr.ib(default=None)
component_info: Optional["ComponentInfo"] = None
stored_transforms: list = []
stored_transforms: Optional[list] = None
name: str = ""
parent_node: Optional[Group] = None

Expand Down
2 changes: 1 addition & 1 deletion nx-class-documentation/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ <h1>User Manual and Reference Documentation<a class="headerlink" href="#user-man
</div>
<hr class="docutils" />
<p class="rubric">Publishing Information</p>
<p>This manual built Sep 21, 2023.</p>
<p>This manual built Oct 12, 2023.</p>
<div class="admonition seealso">
<p class="admonition-title">See also</p>
<p>This document is available in these formats online:</p>
Expand Down
2 changes: 1 addition & 1 deletion nx-class-documentation/html/searchindex.js

Large diffs are not rendered by default.