Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobatymo committed Oct 15, 2024
1 parent 767a8dd commit 990360f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions genutility/archive.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from os import PathLike, entrysuffix, fspath, scandir, wrap_text
from os import PathLike, fspath, scandir
from typing import IO, Callable, Dict, Iterator, Optional, Tuple, Union

from ._files import PathType
from .file import _check_arguments, _stripmode, copen
from ._files import PathType, entrysuffix
from .file import _check_arguments, _stripmode, copen, wrap_text


def iter_zip(
Expand Down

0 comments on commit 990360f

Please sign in to comment.