394 ## Import order |
394 ## Import order |
395 ## |
395 ## |
396 ## adapted from: flake8-alphabetize v0.0.17 |
396 ## adapted from: flake8-alphabetize v0.0.17 |
397 ####################################################################### |
397 ####################################################################### |
398 |
398 |
|
399 # TODO: upgrade to v0.0.18 |
|
400 # TODO: introduce sort type iaw. isort |
399 def __checkImportOrder(self): |
401 def __checkImportOrder(self): |
400 """ |
402 """ |
401 Private method to check the order of import statements. |
403 Private method to check the order of import statements. |
402 """ |
404 """ |
403 from .ImportNode import ImportNode |
405 from .ImportNode import ImportNode |