Skip to content

Commit 52534fa

Browse files
authored
fix ruff
1 parent ecd22d9 commit 52534fa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

petab/v1/core.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,9 @@ def flatten_timepoint_specific_output_overrides(
303303
# remove visualization df if it is invalid
304304
if validate_visualization_df(petab_problem):
305305
petab_problem.visualization_df = None
306-
logger.warning("Removing visualization table from flattened PEtab problem.")
306+
logger.warning(
307+
"Removing visualization table from flattened PEtab problem."
308+
)
307309

308310

309311
def unflatten_simulation_df(

0 commit comments

Comments
 (0)