Skip to content

Commit d9700de

Browse files
committed
Placate linter
1 parent af7e2da commit d9700de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-script

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class JSONDumper(json.JSONEncoder):
6161
def __init__(self, *args, **kwargs):
6262
json.JSONEncoder.__init__(self, indent=2, separators=(',', ': '),
6363
*args, **kwargs)
64-
64+
6565
def default(self, o):
6666
return vars(o)
6767

0 commit comments

Comments
 (0)