mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-07-23 00:20:31 +08:00
Drop Python 3.8 branches (#13776)
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
import sys
|
||||
from _typeshed import Incomplete
|
||||
from collections.abc import Mapping
|
||||
from tkinter import Widget
|
||||
from typing import Any, Final
|
||||
|
||||
if sys.version_info >= (3, 9):
|
||||
__all__ = ["Dialog"]
|
||||
__all__ = ["Dialog"]
|
||||
|
||||
DIALOG_ICON: Final = "questhead"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user