Skip to content

Unnecessary import #240

Description

@finkandreas

The line from tkinter import W is useless, because W is never used.

from tkinter import W

Removing the unnecessary import allows running even when python is built without TCL/TK support.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions