Skip to content

Commit a91108f

Browse files
committed
ci
1 parent 6af6a7e commit a91108f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

petab/v1/mapping.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,7 @@ def get_mapping_df(
4343

4444
for col in MAPPING_DF_REQUIRED_COLS:
4545
if col not in mapping_file.columns:
46-
raise KeyError(
47-
f"Mapping table missing mandatory field {col}."
48-
)
46+
raise KeyError(f"Mapping table missing mandatory field {col}.")
4947

5048
lint.assert_no_leading_trailing_whitespace(
5149
mapping_file.reset_index()[col].values, col

0 commit comments

Comments
 (0)