Skip to content

Commit 6454408

Browse files
committed
ruff formatting
1 parent b0d7001 commit 6454408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pynxtools_xps/kratos/metadata_kratos.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def parse_header_into_metadata(self, header: List[str]):
150150
field_type = type(getattr(self.metadata, key))
151151

152152
if key in KEYS_WITH_UNITS:
153-
value, unit = extract_unit(key, value, UNIT_MISSING) # type: ignore[assignment]
153+
value, unit = extract_unit(key, value, UNIT_MISSING) # type: ignore[assignment]
154154
setattr(self.metadata, f"{key}_units", unit)
155155

156156
value = self.map_values(key, value, field_type)

0 commit comments

Comments
 (0)