Skip to content

Conversation

@o-santi
Copy link
Contributor

@o-santi o-santi commented Oct 24, 2025

What kind of change does this PR introduce?

Return string instead of tuple inside _upload_or_update.`

Additional context

This happened because UploadResponse.__init__() was actually untyped, so mypy treated the arguments as Any and did not complain at all. Goes to show the importance of getting rid of Any in the code.

@o-santi o-santi merged commit 557f1b2 into main Oct 24, 2025
8 of 12 checks passed
@o-santi o-santi deleted the storage/fix-upload-path-type branch October 24, 2025 17:46
@coveralls
Copy link

Pull Request Test Coverage Report for Build 18787484641

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 93.876%

Totals Coverage Status
Change from base Build 18695049228: 0.0%
Covered Lines: 8799
Relevant Lines: 9373

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants