Skip to content

Commit

Permalink
refactor: remove outdated comment on URL handling in AppDslService
Browse files Browse the repository at this point in the history
Signed-off-by: -LAN- <[email protected]>
  • Loading branch information
laipz8200 committed Jan 2, 2025
1 parent 55d09a2 commit bd750cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/services/app_dsl_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit bd750cd

Please sign in to comment.