Skip to content

Commit

Permalink
change: drop python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
hadialqattan committed Jan 6, 2025
1 parent 830f4cf commit 0f158e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycln/utils/refactor.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ def _output(

def _analyze(
self, tree: ast.AST, original_lines: List[str]
) -> Tuple[scan.SourceStats, scan.ImportStats] | None:
) -> Tuple[scan.SourceStats, scan.ImportStats]:
"""Analyze the given `tree`.
:param tree: a parsed `ast.AST`.
Expand Down

0 comments on commit 0f158e7

Please sign in to comment.