From 6274d6c056b7a4f0df26e35d9adcd09eb5388cd2 Mon Sep 17 00:00:00 2001 From: Luis Aleixo Date: Thu, 10 Mar 2022 18:26:09 +0000 Subject: [PATCH] Added new line at the end of models.py file --- cara/models.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cara/models.py b/cara/models.py index 7addbaa8..8a850c83 100644 --- a/cara/models.py +++ b/cara/models.py @@ -1304,4 +1304,5 @@ class ExposureModel: self, {'concentration_model.infected.number': 1} ) - return single_exposure_model.expected_new_cases() \ No newline at end of file + return single_exposure_model.expected_new_cases() + \ No newline at end of file