Skip to content

Commit

Permalink
Fixed flake8 error
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Nov 29, 2020
1 parent 7fa7dc1 commit 3d2c396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wheel/vendored/packaging/tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ def _parse_glibc_version(version_str):
return (int(m.group("major")), int(m.group("minor")))


_glibc_version = [] # type: List[Tuple[int, int]]
_glibc_version = [] # type: List[Tuple[int, int]]


def _get_glibc_version():
Expand Down

0 comments on commit 3d2c396

Please sign in to comment.