Skip to content

Commit c072b20

Browse files
committed
chore(lint): remove unneeded blank line.
1 parent e34dc68 commit c072b20

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

roundup/rest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2755,7 +2755,6 @@ def raise_error_on_constant(x):
27552755
except (JSONDecodeError, ValueError) as e:
27562756
raise ValueError(e.args[0] + ". JSON is: " + json_string)
27572757

2758-
27592758
class FsValue:
27602759
'''Class that does nothing but response to a .value property '''
27612760
def __init__(self, name, val):

0 commit comments

Comments
 (0)