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.
2 parents f33d942 + 4a37bd1 commit 14ff668Copy full SHA for 14ff668
src/humanize/filesize.py
@@ -1,6 +1,5 @@
1
-#!/usr/bin/env python
2
-
3
"""Bits and bytes related humanization."""
+
4
from __future__ import annotations
5
6
suffixes = {
0 commit comments