From 2edcc5797b5157b3970aa82b128fe1ae63ff5301 Mon Sep 17 00:00:00 2001 From: Lucian Smith Date: Thu, 10 Oct 2024 11:48:22 -0700 Subject: [PATCH] Fix lint. --- biosimulators_tellurium/core.py | 1 - 1 file changed, 1 deletion(-) diff --git a/biosimulators_tellurium/core.py b/biosimulators_tellurium/core.py index 9dac704..cb501e1 100644 --- a/biosimulators_tellurium/core.py +++ b/biosimulators_tellurium/core.py @@ -890,4 +890,3 @@ def exec_sed_doc_with_tellurium(doc, working_dir, base_out_path, rel_out_path=No # Return a data structure with the results of the reports return report_results, log -