Skip to content

Commit

Permalink
Merge pull request #1411 from PyCQA/indent-size-str
Browse files Browse the repository at this point in the history
remove indent_size_str
  • Loading branch information
asottile authored Oct 12, 2021
2 parents 2fee598 + d666c40 commit ecee230
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/flake8/processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ def __init__(
self.indent_level = 0
#: Number of spaces used for indentation
self.indent_size = options.indent_size
#: String representing the space indentation (DEPRECATED)
self.indent_size_str = str(self.indent_size)
#: Line number in the file
self.line_number = 0
#: Current logical line
Expand Down

0 comments on commit ecee230

Please sign in to comment.