Skip to content

Commit

Permalink
delete unrelated check
Browse files Browse the repository at this point in the history
Jaclynpqc committed Nov 6, 2023
1 parent f73d923 commit 12c46a5
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
@@ -547,7 +547,6 @@ def analyze( # noqa: PLR0913, PLR0915
match_generator = pyastgrepsearch.search_python_files(
paths=valid_directories, expression=current_xpath_pattern, xpath2=True
)
output.logger.debug(f"Match Generator {match_generator}")
# materialize a list from the generator of (potential) matches;
# note that this list will also contain an object that will
# indicate that the analysis completed for each located file

0 comments on commit 12c46a5

Please sign in to comment.