Skip to content

Commit 3f7adc0

Browse files
committed
Formatting fix
1 parent c6464ac commit 3f7adc0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

redisvl/utils/log.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,5 @@ def get_logger(name, log_level="info", fmt=None):
1111

1212
# Add a NullHandler to loggers to avoid "no handler found" warnings
1313
if not logger.handlers:
14-
logger.addHandler(
15-
logging.NullHandler()
16-
)
14+
logger.addHandler(logging.NullHandler())
1715
return logger

0 commit comments

Comments
 (0)