Skip to content

Commit 0804f7e

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 497355a commit 0804f7e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/test_filesize.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
([1000**8 * 38], "38.0 YB"),
2323
([1000**9 * 39], "39.0 RB"),
2424
([1000**10 * 40], "40.0 QB"),
25-
2625
([300, True], "300 Bytes"),
2726
([1024**1 * 31, True], "31.0 KiB"),
2827
([1024**2 * 32, True], "32.0 MiB"),
@@ -34,7 +33,6 @@
3433
([1024**8 * 38, True], "38.0 YiB"),
3534
([1024**9 * 39, True], "39.0 RiB"),
3635
([1024**10 * 40, True], "40.0 QiB"),
37-
3836
([1000**1 * 31, True], "30.3 KiB"),
3937
([1000**2 * 32, True], "30.5 MiB"),
4038
([1000**3 * 33, True], "30.7 GiB"),
@@ -45,7 +43,6 @@
4543
([1000**8 * 38, True], "31.4 YiB"),
4644
([1000**9 * 39, True], "31.5 RiB"),
4745
([1000**10 * 40, True], "31.6 QiB"),
48-
4946
([1000**1 * 31, False, True], "30.3K"),
5047
([1000**2 * 32, False, True], "30.5M"),
5148
([1000**3 * 33, False, True], "30.7G"),
@@ -56,7 +53,6 @@
5653
([1000**8 * 38, False, True], "31.4Y"),
5754
([1000**9 * 39, False, True], "31.5R"),
5855
([1000**10 * 40, False, True], "31.6Q"),
59-
6056
([300, False, True], "300B"),
6157
([3000, False, True], "2.9K"),
6258
([3000000, False, True], "2.9M"),

0 commit comments

Comments
 (0)