Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 14, 2025
1 parent 846ac05 commit 286b0f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comps/retrievers/src/integrations/neo4j.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def check_health(self) -> bool:
logger.info("[ check health ] Successfully connected to Neo4j!")
return True
else:
logger.info(f"[ check health ] Failed to connect to Neo4j")
logger.info("[ check health ] Failed to connect to Neo4j")
return False
except Exception as e:
logger.info(f"[ check health ] Failed to connect to Neo4j: {e}")
Expand Down

0 comments on commit 286b0f0

Please sign in to comment.