diff --git a/satella/__init__.py b/satella/__init__.py index d55a17067acd2aeca35267ae02b5f6855e0ffbd4..0450941b614d9446dffca23e50803dbec64f8b07 100644 --- a/satella/__init__.py +++ b/satella/__init__.py @@ -1 +1 @@ -__version__ = '2.25.8a2' +__version__ = '2.25.8' diff --git a/satella/coding/sequences/choose.py b/satella/coding/sequences/choose.py index 38c22fc99baff320d9c3122ee3aa414e37d307a1..2ff632f6a35c94e532c2ca2887de43e697f40192 100644 --- a/satella/coding/sequences/choose.py +++ b/satella/coding/sequences/choose.py @@ -1,3 +1,4 @@ +import typing as tp from satella.coding.typing import Iteratable, Predicate, T