Skip to content

Commit f6dd428

Browse files
Fix unused import
1 parent 053a00a commit f6dd428

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

stdlib/tkinter/ttk.pyi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import _tkinter
22
import sys
33
import tkinter
4-
from _typeshed import MaybeNone, Incomplete
4+
from _typeshed import MaybeNone
55
from collections.abc import Callable
66
from tkinter.font import _FontDescription
7-
from typing import Any, Literal, TypedDict, overload, Iterable
8-
from typing_extensions import TypeAlias, Unpack, Never
7+
from typing import Any, Iterable, Literal, overload, TypedDict
8+
from typing_extensions import Never, TypeAlias, Unpack
99

1010
__all__ = [
1111
"Button",

0 commit comments

Comments
 (0)