From c300ab6760148197773aec017dc2ee7e362d4dcc Mon Sep 17 00:00:00 2001 From: nh916 Date: Wed, 30 Aug 2023 15:58:03 -0700 Subject: [PATCH] formatted with black --- src/cript/api/api_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cript/api/api_config.py b/src/cript/api/api_config.py index 5bcd0e99c..4c48019d8 100644 --- a/src/cript/api/api_config.py +++ b/src/cript/api/api_config.py @@ -6,4 +6,4 @@ """ # Default maximum time in seconds for all API requests to wait for a response from the backend -_API_TIMEOUT = 25 \ No newline at end of file +_API_TIMEOUT = 25