From 890e7337ab3da3ca538d835fd2790eb9048d7b8c Mon Sep 17 00:00:00 2001 From: GitHubBot Date: Sat, 22 Jun 2024 03:55:28 +0000 Subject: [PATCH 1/4] Format code with Black. --- pelicun/tools/DL_calculation.py | 38 --------------------------------- 1 file changed, 38 deletions(-) diff --git a/pelicun/tools/DL_calculation.py b/pelicun/tools/DL_calculation.py index 4161e4e3e..7488ac0ac 100644 --- a/pelicun/tools/DL_calculation.py +++ b/pelicun/tools/DL_calculation.py @@ -63,44 +63,6 @@ from jsonschema import validate - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - import pelicun from pelicun.auto import auto_populate from pelicun.base import str2bool From 53bc05e01a702e4edb151f5b65ff24ea89e7c83e Mon Sep 17 00:00:00 2001 From: John Vouvakis Manousakis Date: Fri, 21 Jun 2024 20:56:47 -0700 Subject: [PATCH 2/4] Require formatting. This commit adds a couple of empty lines. --- pelicun/tools/DL_calculation.py | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/pelicun/tools/DL_calculation.py b/pelicun/tools/DL_calculation.py index 7488ac0ac..9ea89b413 100644 --- a/pelicun/tools/DL_calculation.py +++ b/pelicun/tools/DL_calculation.py @@ -62,6 +62,26 @@ from jsonschema import validate + + + + + + + + + + + + + + + + + + + + import pelicun from pelicun.auto import auto_populate From e3077aa64dc372e256b2167490a7e0f78b964ac0 Mon Sep 17 00:00:00 2001 From: GitHubBot Date: Sat, 22 Jun 2024 03:57:27 +0000 Subject: [PATCH 3/4] Format code with Black. --- pelicun/tools/DL_calculation.py | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/pelicun/tools/DL_calculation.py b/pelicun/tools/DL_calculation.py index 9ea89b413..7488ac0ac 100644 --- a/pelicun/tools/DL_calculation.py +++ b/pelicun/tools/DL_calculation.py @@ -62,26 +62,6 @@ from jsonschema import validate - - - - - - - - - - - - - - - - - - - - import pelicun from pelicun.auto import auto_populate From 0d342435ee263056a33dd083e964a7fdad12e4ab Mon Sep 17 00:00:00 2001 From: GitHubBot Date: Sat, 22 Jun 2024 03:59:17 +0000 Subject: [PATCH 4/4] Format code with Black. --- pelicun/tools/DL_calculation.py | 35 --------------------------------- 1 file changed, 35 deletions(-) diff --git a/pelicun/tools/DL_calculation.py b/pelicun/tools/DL_calculation.py index dca935f27..1c0825eb8 100644 --- a/pelicun/tools/DL_calculation.py +++ b/pelicun/tools/DL_calculation.py @@ -63,24 +63,6 @@ from jsonschema import validate - - - - - - - - - - - - - - - - - - """ @@ -90,23 +72,6 @@ """ - - - - - - - - - - - - - - - - - import pelicun from pelicun.auto import auto_populate from pelicun.base import str2bool