Skip to content

Commit

Permalink
Ran pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
anas-yousef committed Feb 21, 2024
1 parent abb54c3 commit bfe75a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion demisto_sdk/commands/common/hook_validations/readme.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,9 @@ def mdx_verify_server(self) -> bool:
file_path=self.file_path,
):
return False
logger.info("[yellow]Validation of MDX file failed due to unable to start the mdx server, skipping.[/yellow]")
logger.info(
"[yellow]Validation of MDX file failed due to unable to start the mdx server, skipping.[/yellow]"
)
return True
for _ in range(RETRIES_VERIFY_MDX):
try:
Expand Down

0 comments on commit bfe75a7

Please sign in to comment.