We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd387cb commit 2522037Copy full SHA for 2522037
src/pynxtools/nomad/schema.py
@@ -410,7 +410,7 @@ def nxdata_ensure_definition(
410
self,
411
def_or_name: Property | str,
412
*,
413
- hint: Optional[str] = None,
+ hint: str | None = None,
414
) -> Property:
415
current_cls = section_definitions[f"{_rename_nx_for_nomad('NXdata')}"].section_cls
416
if isinstance(def_or_name, str):
0 commit comments