Skip to content

Commit 13e54db

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent bf493c7 commit 13e54db

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/humanize/number.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
from .i18n import _ngettext_noop as NS_
1010
from .i18n import _pgettext as P_
1111

12-
1312
TYPE_CHECKING = False
1413
if TYPE_CHECKING:
1514
from typing import TypeAlias
@@ -447,7 +446,6 @@ def scientific(value: NumberOrString, precision: int = 2) -> str:
447446
return part1 + " x 10" + "".join([_SUPERSCRIPT_MAP[char] for char in part2])
448447

449448

450-
451449
def clamp(
452450
value: float,
453451
format: str = "{:}",

0 commit comments

Comments
 (0)