src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Imports/ImportsChecker.py

branch
eric7
changeset 11135
5af56f31c53f
parent 11090
f5f5f5803935
child 11142
2f0fb22c1d63
equal deleted inserted replaced
11134:3243a66db84a 11135:5af56f31c53f
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.

eric ide

mercurial