Skip to content
Snippets Groups Projects
Commit f87609b7 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

code reformat

parent 081efcce
No related branches found
No related tags found
No related merge requests found
......@@ -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]:
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment