Skip to content

Commit 2e5ca55

Browse files
committed
chore: precommit
1 parent 0351a4b commit 2e5ca55

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

mkl_umath/patch.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,7 @@ def install_patch(verbose=False):
6666
if verbose:
6767
print(f"Persistent patch installed at {pth_path}")
6868
print()
69-
print(
70-
"NumPy umath will now use MKL-accelerated implementations in"
71-
)
69+
print("NumPy umath will now use MKL-accelerated implementations in")
7270
print("all Python sessions. To disable, run:")
7371
print(" python -m mkl_umath --patch uninstall")
7472
except OSError as e:

mkl_umath/tests/test_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def test_patch_status_check_function(mock_pth_path):
9999

100100

101101
def test_install_patch_enables_runtime_patch_via_pth(mock_pth_path):
102-
"""Test that .pth activation results in patched NumPy umath runtime state."""
102+
"""Test that .pth activation yields patched NumPy umath runtime state."""
103103
install_patch()
104104

105105
preexisting_patch_state = mkl_umath.is_patched()

0 commit comments

Comments
 (0)