-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
style: fix mypy failure #1244
style: fix mypy failure #1244
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like we do not have all changes here that we have in #1241
@pankajkoti Thanks for reminding me! Messed it up during cherry-pick 🤦♂️ |
delimiter: str = "/", | ||
**kwargs: Any, | ||
) -> List[BlobProperties]: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should inline this with apache/airflow#32545 changes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure! I've updated it. Could you please check again? Thanks!
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #1244 +/- ##
==========================================
- Coverage 98.58% 98.40% -0.19%
==========================================
Files 90 90
Lines 5389 5383 -6
==========================================
- Hits 5313 5297 -16
- Misses 76 86 +10
☔ View full report in Codecov by Sentry. |
as apache/airflow#32568 is merged, I'll merge this one now |
#1241
We'll need to wait for the release of apache/airflow#32568