Remove incorrect use of uri
variable name for a url path
#721
Labels
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Refactor the following piece of code to use an f-string. Currently, it incorrectly names a url path as
uri
which is confusing:Do the same for sync code.
The text was updated successfully, but these errors were encountered: