Skip to content

Commit

Permalink
rm uneeded self
Browse files Browse the repository at this point in the history
  • Loading branch information
cidrblock committed May 10, 2024
1 parent ebb3c3c commit b33c81a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ansiblelint/transformer.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ class Transformer:

def __init__(self, result: LintResult, options: Options):
"""Initialize a Transformer instance."""
self._options = options
self.write_set = self.effective_write_set(options.write_list)

self.matches: list[MatchError] = result.matches
Expand Down

0 comments on commit b33c81a

Please sign in to comment.