Skip to content

Commit

Permalink
nested too deeply
Browse files Browse the repository at this point in the history
  • Loading branch information
mashehu committed Oct 17, 2024
1 parent 5bc36e4 commit 81bdb3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nf_core/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1088,7 +1088,7 @@ def get(self, item: str, default: Any = None) -> Any:
return getattr(self, item, default)


LintConfigType = Optional[Dict[str, Union[List[str], List[Union[List[str], Dict[str, List[str]]]], bool]]]
LintConfigType = Optional[Dict[str, Union[List[str], List[Union[str, Dict[str, List[str]]]], bool]]]


class NFCoreYamlConfig(BaseModel):
Expand Down

0 comments on commit 81bdb3b

Please sign in to comment.