We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 287ddbe commit 94ff9c3Copy full SHA for 94ff9c3
examples/format_notebooks.py
@@ -26,7 +26,7 @@ def format_file(file_name):
26
cell['source'] = cell['source'][:-1]
27
28
with open(file_name, 'w') as file:
29
- file.write(json.dumps(data, indent = 4))
+ file.write(json.dumps(data, indent=4))
30
print("Formatted", file_name)
31
32
0 commit comments