Mercurial > p > roundup > code
changeset 8227:d03126f0c6c2
chore(lint): remove unneeded blank line.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 19 Dec 2024 17:26:39 -0500 |
| parents | 54afcb9149eb |
| children | 11ebd3a19c9a |
| files | roundup/rest.py |
| diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/roundup/rest.py Thu Dec 19 17:23:04 2024 -0500 +++ b/roundup/rest.py Thu Dec 19 17:26:39 2024 -0500 @@ -2755,7 +2755,6 @@ except (JSONDecodeError, ValueError) as e: raise ValueError(e.args[0] + ". JSON is: " + json_string) - class FsValue: '''Class that does nothing but response to a .value property ''' def __init__(self, name, val):
