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"