Skip to content

Commit

Permalink
fix: delete empty line in main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaclynpqc committed Dec 5, 2023
1 parent f6762a5 commit cf5a602
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion chasten/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,6 @@ def analyze( # noqa: PLR0912, PLR0913, PLR0915
# of the syntax box for this specific check
check_id = current_check[constants.checks.Check_Id] # type: ignore
output.logger.debug(f"check id: {check_id}")

check_name = current_check[constants.checks.Check_Name] # type: ignore
check_description = checks.extract_description(current_check)
# search for the XML contents of an AST that match the provided
Expand Down

0 comments on commit cf5a602

Please sign in to comment.