Skip to content

Commit a815be4

Browse files
author
codegen-bot
committed
more linting
1 parent 398e494 commit a815be4

File tree

1 file changed

+1
-0
lines changed
  • src/codegen/shared/decorators

1 file changed

+1
-0
lines changed

src/codegen/shared/decorators/docs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ def py_noapidoc(obj: T) -> T:
8383
py_no_apidoc_signatures.add(doc_obj.signature())
8484
return obj
8585

86+
8687
def get_documented_object(obj) -> DocumentedObject | None:
8788
module = inspect.getmodule(obj)
8889
module_name = module.__name__ if module else ""

0 commit comments

Comments
 (0)