Mercurial > p > roundup > code
diff roundup/rest.py @ 8206:8656bd1cf1f1
chore(ruff): clean whitespace and remove unrecognized noqa directive.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 11 Dec 2024 15:22:03 -0500 |
| parents | 4993e122235e |
| children | 894eabf95385 |
line wrap: on
line diff
--- a/roundup/rest.py Wed Dec 11 15:18:36 2024 -0500 +++ b/roundup/rest.py Wed Dec 11 15:22:03 2024 -0500 @@ -520,7 +520,7 @@ elif key not in unprotected_class_props: # report bad props as this is an error. raise UsageError("Property %s not found in class %s" % (key, - cl.classname)) # noqa: E128 + cl.classname)) props[key] = self.prop_from_arg(cl, key, value, itemid) return props
