160 self.__error(node.lineno - 1, node.col_offset, reason) |
160 self.__error(node.lineno - 1, node.col_offset, reason) |
161 |
161 |
162 ####################################################################### |
162 ####################################################################### |
163 ## Tidy imports |
163 ## Tidy imports |
164 ## |
164 ## |
165 ## adapted from: flake8-tidy-imports v4.10.0 |
165 ## adapted from: flake8-tidy-imports v4.11.0 |
166 ####################################################################### |
166 ####################################################################### |
167 |
167 |
168 def __tidyImports(self): |
168 def __tidyImports(self): |
169 """ |
169 """ |
170 Private method to check various other import related topics. |
170 Private method to check various other import related topics. |