A module is imported (using the import statement) but that module is never used. This creates a dependency that does not need to exist and makes the code more difficult to read.

Delete the import statement.

  • Python: import statement.