Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
surge119 committed Jul 29, 2024
1 parent cfa425b commit d4a28aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fixit/rules/deprecated_abc_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def __init__(self) -> None:

def is_except_block(self, node: cst.CSTNode) -> bool:
"""
Check if the node is in an except block - if it is, we know ti ignore it, as it
Check if the node is in an except block - if it is, we know to ignore it, as it
may be a fallback import
"""
parent = self.get_metadata(ParentNodeProvider, node)
Expand Down

0 comments on commit d4a28aa

Please sign in to comment.