Skip to content

Commit

Permalink
remove functools.cached_property
Browse files Browse the repository at this point in the history
  • Loading branch information
MusicalNinjaDad committed Jul 7, 2024
1 parent 2699f65 commit bbf63e9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cibuildwheel/util/__init__.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
# flake8: noqa: F401, F403, F405

from functools import cached_property # re-exported as part of __all__

from .files import chdir
from .misc import *

__all__ = [
"MANYLINUX_ARCHS",
"cached_property",
"call",
"chdir",
"combine_constraints",
Expand Down

0 comments on commit bbf63e9

Please sign in to comment.