summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2021-10-11 05:54:21 -0700
committerAnthony Sottile <asottile@umich.edu>2021-10-11 05:54:21 -0700
commitd666c40623195c633c4fc27869074d82b9d66efd (patch)
tree502a5ea03e1f2bc4e63198a6e0cc9cb67d05b929
parent82b698e09996cdde5d473e234681d8380810d7a2 (diff)
downloadflake8-indent-size-str.tar.gz
remove indent_size_strindent-size-str
this was originally added only for pycodestyle which no longer uses it
-rw-r--r--src/flake8/processor.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/flake8/processor.py b/src/flake8/processor.py
index 6b7d3c4..f632388 100644
--- a/src/flake8/processor.py
+++ b/src/flake8/processor.py
@@ -92,8 +92,6 @@ class FileProcessor:
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