We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f754c13 commit 203e956Copy full SHA for 203e956
utils/logger.py
@@ -89,7 +89,6 @@ def wrapper(self, *args, **kwargs) -> Any:
89
# Get the method's docstring
90
method_docs = format_method_doc_str(func.__doc__)
91
92
- # Raise an exception if both the docstring and data are None
93
if method_docs is None and data is None:
94
raise ValueError(
95
f"No documentation available for :: {func.__name__}"
0 commit comments