Skip to content

Commit 203e956

Browse files
author
dmy.berezovskyi
committed
fix ruff
1 parent f754c13 commit 203e956

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

utils/logger.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ def wrapper(self, *args, **kwargs) -> Any:
8989
# Get the method's docstring
9090
method_docs = format_method_doc_str(func.__doc__)
9191

92-
# Raise an exception if both the docstring and data are None
9392
if method_docs is None and data is None:
9493
raise ValueError(
9594
f"No documentation available for :: {func.__name__}"

0 commit comments

Comments
 (0)