Skip to content

Commit

Permalink
style updates
Browse files Browse the repository at this point in the history
  • Loading branch information
garrison committed Oct 7, 2024
1 parent b8c05ad commit 24aa489
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,7 @@ def linkcode_resolve(domain, info):
return None

def is_valid_code_object(obj):
return (
inspect.isclass(obj) or inspect.ismethod(obj) or inspect.isfunction(obj)
)
return inspect.isclass(obj) or inspect.ismethod(obj) or inspect.isfunction(obj)

obj = module
for part in info["fullname"].split("."):
Expand Down

0 comments on commit 24aa489

Please sign in to comment.