Importing the same module more than once has no effect as each module is only loaded once. It also confuses readers of the code.

Remove the second import.

  • Python: import statement.