Skip to content

Commit b07b7dd

Browse files
committed
pep8
1 parent abb462e commit b07b7dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ssvc/dp_groups/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def combination_strings(self) -> list[tuple[str, ...]]:
134134

135135
return list(product(*value_lists))
136136

137-
def combination_list(self,exclude=str) -> list[dict[str, str]]:
137+
def combination_list(self, exclude=str) -> list[dict[str, str]]:
138138
"""
139139
Generate all combinations of decision point values as dictionaries.
140140
Each combination is a dictionary with decision point IDs as keys and value keys as values.

0 commit comments

Comments
 (0)