Skip to content

Commit 8aacfb7

Browse files
committed
ops
1 parent 4625d45 commit 8aacfb7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

khiops/core/coclustering_results.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
module look at their ``to_dict`` methods which write Python dictionaries in the
4242
same format as the Khiops JSON reports.
4343
"""
44-
4544
import io
4645
import warnings
4746

@@ -433,7 +432,7 @@ def __init__(self, json_data=None):
433432
# Check minimum consistency of input data
434433
if "cellFrequencies" not in json_data:
435434
raise KhiopsJSONError(
436-
"'cellFrequencies' key not found but 'cellPartIndexes' found."
435+
"'cellFrequencies' key not found " "but 'cellPartIndexes' found."
437436
)
438437
json_cell_frequencies = json_data["cellFrequencies"]
439438
json_cell_part_indexes = json_data["cellPartIndexes"]

0 commit comments

Comments
 (0)