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

branch
eric7
changeset 9274
86fab0c74430
parent 9221
bf71ee032bb4
child 9275
1a7d545d3ef2
equal deleted inserted replaced
9273:5c6a9210d291 9274:86fab0c74430
505 ####################################################################### 505 #######################################################################
506 ## Tidy imports 506 ## Tidy imports
507 ## 507 ##
508 ## adapted from: flake8-tidy-imports v4.5.0 508 ## adapted from: flake8-tidy-imports v4.5.0
509 ####################################################################### 509 #######################################################################
510 # TODO: update to v4.8.0
510 511
511 def __tidyImports(self): 512 def __tidyImports(self):
512 """ 513 """
513 Private method to check various other import related topics. 514 Private method to check various other import related topics.
514 """ 515 """

eric ide

mercurial