Skip to content

Commit

Permalink
Fix flake8 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Dec 17, 2020
1 parent 445eb41 commit 744ce0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion auditwheel/wheeltools.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
import logging

from ._vendor.wheel.util import urlsafe_b64encode, native # type: ignore
from ._vendor.wheel.pkginfo import read_pkg_info, write_pkg_info # type: ignore
from ._vendor.wheel.pkginfo import (read_pkg_info, # type: ignore
write_pkg_info)
from ._vendor.wheel.wheelfile import WHEEL_INFO_RE # type: ignore

from .tmpdirs import InTemporaryDirectory
Expand Down

0 comments on commit 744ce0f

Please sign in to comment.