Closed ff137 closed 1 month ago
Not sure why this got caught in the unit tests but not ruff linting check, but looks like one line is too long.
@jamshale Thanks! Forgot to check
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Just some minor artsy cleanup --
I noticed that using the backslash for line continuation includes all the whitespace of the code indentation in the final string. So, the openapi docs would generate a description as:
So, quick fix: replace \ for line continuation with string concatenation
edit: also fixes mediation typo, while I'm at it