Skip to content

Commit 9ac2ddb

Browse files
committed
chore: black
1 parent 4f0d102 commit 9ac2ddb

File tree

6 files changed

+7
-6
lines changed

6 files changed

+7
-6
lines changed

src/sasctl/_services/cas_management.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def check_keys(valid_keys: list, input_keys: list, parameters: str):
3131
3232
Raises
3333
------
34-
ValueError
34+
ValueError
3535
if input_keys are not valid
3636
"""
3737
if not all(key in valid_keys for key in input_keys):

src/sasctl/_services/concepts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def assign_concepts(
5656
output_postfix : str, optional
5757
Text to be added to the end of all output table names.
5858
match_type : str, optional
59-
Choose from ``{'all', 'longest', 'best'}``.
59+
Choose from ``{'all', 'longest', 'best'}``.
6060
Type of matches to return. Defaults to 'all'.
6161
enable_facts : bool, optional
6262
Whether to enable facts in the results. Defaults to False.

src/sasctl/_services/folders.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def get_folder(cls, folder, refresh=False):
7171
----------
7272
folder : str or dict
7373
May be one of:
74-
74+
7575
- folder name
7676
- folder ID
7777
- folder path

src/sasctl/pzmm/import_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ def import_model(
306306
**kwargs
307307
Other keyword arguments are passed to the following function:
308308
:meth:`.ScoreCode.write_score_code`
309-
309+
310310
311311
Returns
312312
-------

src/sasctl/pzmm/pickle_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def pickle_trained_model(
3737
object.
3838
3939
The following files are generated by this function:
40-
40+
4141
* '\*.pickle'
4242
Binary pickle file containing a trained model.
4343
* '\*.mojo'

src/sasctl/pzmm/write_json_files.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
import ast
66
import importlib
77
import json
8-
# import math #not used
8+
9+
# import math #not used
910
import pickle
1011
import pickletools
1112
import sys

0 commit comments

Comments
 (0)