Skip to content

Commit

Permalink
Use consume from more_itertools.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Feb 25, 2023
1 parent 8ea7543 commit 54602b9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_zipp.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,14 @@

import jaraco.itertools
from jaraco.functools import compose
from more_itertools import consume

import zipp

from ._test_params import parameterize, Invoked
from ._func_timeout_compat import set_timeout


consume = tuple


def add_dirs(zf):
"""
Given a writable zip file zf, inject directory entries for
Expand Down

0 comments on commit 54602b9

Please sign in to comment.