From 0ca8dbda8dabef00b120bc37cc3ac98410be38c6 Mon Sep 17 00:00:00 2001 From: Amy Reidy <73396449+Amy-Reidy@users.noreply.github.com> Date: Wed, 3 Jul 2024 14:31:49 +0200 Subject: [PATCH] Update transmonee.py --- dash_service/pages/transmonee.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dash_service/pages/transmonee.py b/dash_service/pages/transmonee.py index 2810754..19974f3 100644 --- a/dash_service/pages/transmonee.py +++ b/dash_service/pages/transmonee.py @@ -2923,7 +2923,7 @@ def aio_area_figure( source_link = ( df_indicator_sources["Source_Link"].unique()[0] if len(unique_indicator_sources) > 0 - and not data["CODE"].isin(["DM_CHLD_POP", "DM_CHLD_POP_PT", , "DM_FRATE_COMP", "DM_ADOL_POP", "DM_UFIVE_POP"]).any() + and not data["CODE"].isin(["DM_CHLD_POP", "DM_CHLD_POP_PT", "DM_FRATE_COMP", "DM_ADOL_POP", "DM_UFIVE_POP"]).any() else "https://ec.europa.eu/eurostat/cache/metadata/en/demo_pop_esms.htm" )