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 """ |