diff --git a/satella/coding/sequences/iterators.py b/satella/coding/sequences/iterators.py
index 322c34649e0578e1a36479a5cc3afdd8550e1895..83432b08655418cd52c0beae2cd8db2f04d0cdd7 100644
--- a/satella/coding/sequences/iterators.py
+++ b/satella/coding/sequences/iterators.py
@@ -91,8 +91,6 @@ def is_instance(classes: tp.Union[tp.Tuple[type, ...], type]) -> tp.Callable[[ob
     return inner
 
 
-
-
 def other_sequence_no_longer_than(base_sequence: IteratorOrIterable,
                                   other_sequence: IteratorOrIterable[T]) -> tp.Iterator[T]:
     """