Skip to content

Commit

Permalink
Remove unnecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorns committed Nov 21, 2023
1 parent ab019af commit 44caa8b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion md2cf/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,6 @@ def main():

if not attachment_path.is_file():
error_console.log(
# noqa: E231
f"[bold red]:x: ERROR:[default] attachment {attachment_path} "
f"for page {page.title} does not exist"
)
Expand Down
1 change: 0 additions & 1 deletion md2cf/ignored_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ def _find_root_dir(start_path: Path):
return p
p = p.parent
error_console.log(
# noqa: E231
f":warning-emoji: Directory {start_path} is not part of a git "
f"repository: gitignore checking disabled."
)
Expand Down

0 comments on commit 44caa8b

Please sign in to comment.