From bd750cd177c04388e9cdf36d63a0e64057302b44 Mon Sep 17 00:00:00 2001 From: -LAN- Date: Thu, 2 Jan 2025 16:43:59 +0800 Subject: [PATCH] refactor: remove outdated comment on URL handling in AppDslService Signed-off-by: -LAN- --- api/services/app_dsl_service.py | 1 - 1 file changed, 1 deletion(-) diff --git a/api/services/app_dsl_service.py b/api/services/app_dsl_service.py index 22504cc4a234bc..2c4fbe1a596cac 100644 --- a/api/services/app_dsl_service.py +++ b/api/services/app_dsl_service.py @@ -114,7 +114,6 @@ def import_app( ) try: max_size = 10 * 1024 * 1024 # 10MB - # tricky way to handle url from github to github raw url parsed_url = urlparse(yaml_url) if ( parsed_url.scheme == "https"