diff --git a/gdrive/settings.py b/gdrive/settings.py index 6ec25d7..a8d58ab 100644 --- a/gdrive/settings.py +++ b/gdrive/settings.py @@ -58,8 +58,6 @@ # Database connections URI = db_config["uri"] SCHEMA = db_config["schema_name"] - - except (json.JSONDecodeError, KeyError, FileNotFoundError) as err: log.warning("Unable to load credentials from VCAP_SERVICES") log.debug("Error: %s", str(err))