summaryrefslogtreecommitdiff
path: root/candle-pyo3/stub.py
diff options
context:
space:
mode:
Diffstat (limited to 'candle-pyo3/stub.py')
-rw-r--r--candle-pyo3/stub.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/candle-pyo3/stub.py b/candle-pyo3/stub.py
index c459ebb3..165941bd 100644
--- a/candle-pyo3/stub.py
+++ b/candle-pyo3/stub.py
@@ -189,7 +189,6 @@ def do_black(content, is_pyi):
line_length=119,
is_pyi=is_pyi,
string_normalization=True,
- experimental_string_processing=False,
)
try:
return black.format_file_contents(content, fast=True, mode=mode)