We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6af6a7e commit a91108fCopy full SHA for a91108f
petab/v1/mapping.py
@@ -43,9 +43,7 @@ def get_mapping_df(
43
44
for col in MAPPING_DF_REQUIRED_COLS:
45
if col not in mapping_file.columns:
46
- raise KeyError(
47
- f"Mapping table missing mandatory field {col}."
48
- )
+ raise KeyError(f"Mapping table missing mandatory field {col}.")
49
50
lint.assert_no_leading_trailing_whitespace(
51
mapping_file.reset_index()[col].values, col
0 commit comments