From 9e54d317c5f3c6db2c5fe89b70ca86733c9e06b3 Mon Sep 17 00:00:00 2001 From: Amy Chen Date: Wed, 2 Aug 2023 10:28:56 -0700 Subject: [PATCH] black fix --- patientsearch/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patientsearch/config.py b/patientsearch/config.py index 9d377014..ce7495ba 100644 --- a/patientsearch/config.py +++ b/patientsearch/config.py @@ -25,7 +25,7 @@ def load_json_config(potential_json_string): ENABLE_PATIENT_DELETE = os.getenv("ENABLE_PATIENT_DELETE", "false").lower() == "true" ENABLE_PROVIDER_FILTER = os.getenv("ENABLE_PROVIDER_FILTER", "false").lower() == "true" -FILTER_FOR_TEST_PATIENTS_LABEL =os.getenv( +FILTER_FOR_TEST_PATIENTS_LABEL = os.getenv( "FILTER_FOR_TEST_PATIENTS_LABEL", "Test patients" ) ENABLE_FILTER_FOR_TEST_PATIENTS = (