Skip to content

Commit

Permalink
formating
Browse files Browse the repository at this point in the history
  • Loading branch information
noklam committed Feb 4, 2025
1 parent a362539 commit d54e8ff
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/ruff_in_python/check.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,4 @@ def check_ast(path: Path, python_ast: list[ast.stmt]) -> list[Message]:
messages = []
for stmt in python_ast:
messages.extend(check_statement(path, stmt))
print("All Messages:", messages)
return messages
1 change: 0 additions & 1 deletion src/ruff_in_python/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from rich.logging import RichHandler
from ruff_in_python.check import check_ast
from ruff_in_python.parser import parse_file
from rich import print

logger = logging.getLogger()

Expand Down

0 comments on commit d54e8ff

Please sign in to comment.