Skip to content

Commit 58a3688

Browse files
add allocate bytes
1 parent 8af0f54 commit 58a3688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maths/allocation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def allocation(number_of_bytes: int, partitions: int):
3232
return allocations
3333

3434

35-
if __name__ == '__main__':
35+
if __name__ == "__main__":
3636
from doctest import testmod
3737

3838
testmod()

0 commit comments

Comments
 (0)