We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8d1e92 commit 25acb2bCopy full SHA for 25acb2b
1 file changed
src/fromager/context.py
@@ -80,9 +80,6 @@ def __init__(
80
def enable_parallel_builds(self) -> None:
81
self._parallel_builds = True
82
83
- def disable_parallel_builds(self) -> None:
84
- self._parallel_builds = False
85
-
86
@property
87
def wheels_build(self) -> pathlib.Path:
88
# when parallel builds are enabled, return a path that is unique for the
0 commit comments