Skip to content

Commit

Permalink
Bump crescent and python version (#1)
Browse files Browse the repository at this point in the history
* bump crescent and python version

* fix types
  • Loading branch information
Lunarmagpie authored Feb 5, 2023
1 parent 9d9077e commit a87dc8d
Show file tree
Hide file tree
Showing 3 changed files with 564 additions and 432 deletions.
2 changes: 1 addition & 1 deletion crescent/ext/docstrings/decorator.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def parse_doc(
docs = includable.metadata.owner.__doc__

if not docs:
return includable.metadata.owner
return includable.metadata.owner # type: ignore

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

Expand Down
Loading

0 comments on commit a87dc8d

Please sign in to comment.