Closed maestro-1 closed 5 months ago
Thanks for the catch! I'm pretty sure the type hints PR will be ready to merge soon, so I'm going to try to get that merged first since merging this looks like a pretty trivial/easy rebase marge after that. Thanks!
Okay, sounds good
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 98.12%. Comparing base (
6ed2e9a
) to head (1e26966
). Report is 5 commits behind head on master.:exclamation: Current head 1e26966 differs from pull request most recent head 5a5b3f9
Please upload reports for the commit 5a5b3f9 to get more accurate results.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
In working recently, I noticed the names of some of the transformations were off. Took a look and discovered that the f-string wasn't properly handled. This PR fixes that