Skip to content

Commit 12f2301

Browse files
committed
remove unused code
1 parent 7fb0b30 commit 12f2301

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/custom_inherit/_doc_parse_tools/napoleon_parse_tools.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -111,13 +111,6 @@ def merge_section(key, prnt_sec, child_sec, style, merge_within_sections=False):
111111
Optional[str]
112112
The output docstring section."""
113113

114-
napoleon_sections_that_cant_merge = [
115-
"Short Summary",
116-
"Examples",
117-
"Notes",
118-
]
119-
napoleon_sections_that_cant_merge.extend([ALIASES[section] for section in napoleon_sections_that_cant_merge if section in ALIASES])
120-
121114
if not prnt_sec and not child_sec:
122115
return None
123116

0 commit comments

Comments
 (0)