Skip to content

Commit 1af0bbd

Browse files
committed
lint
1 parent 9456e3a commit 1af0bbd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ def ensure_hadamard_pickle(root_dir: Optional[Path] = None, *, quiet: bool = Tru
5555
so setup.py packaging has an observable, reproducible rule.
5656
"""
5757

58-
base_dir = Path(root_dir) if root_dir is not None else Path(__file__).parent.resolve()
58+
base_dir = (
59+
Path(root_dir) if root_dir is not None else Path(__file__).parent.resolve()
60+
)
5961
spinquant_dir = base_dir / SPINQUANT_REL_PATH
6062
json_path = spinquant_dir / HADAMARD_JSON
6163
if not json_path.exists():

0 commit comments

Comments
 (0)