From bc34bf9b510cf0d8ec8b18b7a4471582706dd274 Mon Sep 17 00:00:00 2001 From: jdebacker Date: Tue, 30 Jul 2024 11:25:34 -0400 Subject: [PATCH] format --- docs/create_doc_figures.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/create_doc_figures.py b/docs/create_doc_figures.py index 5719090..947c990 100644 --- a/docs/create_doc_figures.py +++ b/docs/create_doc_figures.py @@ -14,9 +14,7 @@ CUR_DIR = os.path.dirname(os.path.realpath(__file__)) UN_COUNTRY_CODE = "710" -plot_path = os.path.join( - CUR_DIR, "book", "content", "calibration", "images" -) +plot_path = os.path.join(CUR_DIR, "book", "content", "calibration", "images") YEAR_TO_PLOT = 2023 # update path for demographics graphdiag plots demog.OUTPUT_DIR = plot_path