Skip to content

Commit a87dc8d

Browse files
authored
Bump crescent and python version (#1)
* bump crescent and python version * fix types
1 parent 9d9077e commit a87dc8d

File tree

3 files changed

+564
-432
lines changed

3 files changed

+564
-432
lines changed

crescent/ext/docstrings/decorator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def parse_doc(
4343
docs = includable.metadata.owner.__doc__
4444

4545
if not docs:
46-
return includable.metadata.owner
46+
return includable.metadata.owner # type: ignore
4747

4848
parsed_docs = parse(docs, style=DocstringStyle(style))
4949

0 commit comments

Comments
 (0)