Skip to content

Commit e958e55

Browse files
committed
Revert "Run pre-commit"
This reverts commit f530ef8.
1 parent c58c1cd commit e958e55

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/solara-widget-manager8/src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../solara-widget-manager/src
1+
../solara-widget-manager/src

packages/solara-widget-manager8/style

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../solara-widget-manager/style
1+
../solara-widget-manager/style
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../solara-widget-manager/tsconfig.json
1+
../solara-widget-manager/tsconfig.json

solara/website/pages/doc_use_download.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def DownloadFile(file_path=file_path, url=url, expected_size=expected_size, on_d
2020
status = "Done 🎉"
2121
else:
2222
MEGABYTES = 2.0**20.0
23-
status = f"Downloading {file_path}... ({downloaded_size / MEGABYTES:6.2f}/{expected_size / MEGABYTES:6.2f} MB)"
23+
status = "Downloading {}... ({:6.2f}/{:6.2f} MB)".format(file_path, downloaded_size / MEGABYTES, expected_size / MEGABYTES)
2424
# status = "hi"
2525
# return MarkdownIt(f'{status}')
2626
assert download.progress is not None

0 commit comments

Comments
 (0)