Skip to content

Commit

Permalink
[131] Update preferences.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CollinHeist committed Aug 28, 2024
1 parent 2f1373d commit f49b03a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions app/models/preferences.py
Original file line number Diff line number Diff line change
Expand Up @@ -473,9 +473,6 @@ def get_filesize(
}[unit.lower()]


@overload
def format_filesize(value: Literal[None]) -> tuple[Literal['0', 'Bytes']]:
...
@staticmethod
def format_filesize(value: Optional[int]) -> tuple[str, str]:
"""
Expand Down
2 changes: 1 addition & 1 deletion modules/ref/version_webui
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.0-alpha.11.0-webui130
v2.0-alpha.11.0-webui131

0 comments on commit f49b03a

Please sign in to comment.