Skip to content

Commit 9e335bc

Browse files
committed
Linting
1 parent b5706da commit 9e335bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklbench/utils/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def flatten_list(input_list: List, ensure_type_homogeneity: bool = False) -> Lis
124124

125125

126126
def get_module_members(
127-
module_names_chain: Union[List, str]
127+
module_names_chain: Union[List, str],
128128
) -> Tuple[ModuleContentMap, ModuleContentMap]:
129129
def get_module_name(module_names_chain: List[str]) -> str:
130130
name = module_names_chain[0]

0 commit comments

Comments
 (0)