Fury0508 commented on PR #61103: URL: https://github.com/apache/airflow/pull/61103#issuecomment-3804467637
@henry3260, @dabla Thanks for the review! I've addressed your feedback: - Updated `_ensure_protocol` parameter to accept `str | None` - Changed `get_host` return type to `str` (never returns None due to fallback logic) - Used `cast(str, ...)` for type narrowing where needed All tests pass and mypy checks pass now. Ready for another look when you have time! ✅ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
