Skip to content

Commit

Permalink
black fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Amy Chen committed Aug 2, 2023
1 parent e357347 commit 9e54d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patientsearch/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = (
Expand Down

0 comments on commit 9e54d31

Please sign in to comment.