mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-07-22 08:00:28 +08:00
Drop Python 3.8 branches (#13776)
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
import sys
|
||||
from _typeshed import Incomplete
|
||||
from collections.abc import Mapping
|
||||
from typing import ClassVar
|
||||
|
||||
if sys.version_info >= (3, 9):
|
||||
__all__ = ["Dialog"]
|
||||
__all__ = ["Dialog"]
|
||||
|
||||
class Dialog:
|
||||
command: ClassVar[str | None]
|
||||
|
||||
Reference in New Issue
Block a user