From f87609b7342e45fa2451fc70aaa2b9070f3cdf1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Sat, 25 Apr 2020 15:39:18 +0200 Subject: [PATCH] code reformat --- satella/coding/sequences/iterators.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/satella/coding/sequences/iterators.py b/satella/coding/sequences/iterators.py index 322c3464..83432b08 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]: """ -- GitLab