mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 21:14:48 +08:00
remove quoted strings (#6933)
This commit is contained in:
@@ -60,7 +60,7 @@ _T2 = TypeVar("_T2")
|
||||
_T3 = TypeVar("_T3")
|
||||
_T4 = TypeVar("_T4")
|
||||
_T5 = TypeVar("_T5")
|
||||
_TT = TypeVar("_TT", bound="type")
|
||||
_TT = TypeVar("_TT", bound=type)
|
||||
|
||||
class object:
|
||||
__doc__: str | None
|
||||
|
||||
@@ -60,7 +60,7 @@ _T2 = TypeVar("_T2")
|
||||
_T3 = TypeVar("_T3")
|
||||
_T4 = TypeVar("_T4")
|
||||
_T5 = TypeVar("_T5")
|
||||
_TT = TypeVar("_TT", bound="type")
|
||||
_TT = TypeVar("_TT", bound=type)
|
||||
|
||||
class object:
|
||||
__doc__: str | None
|
||||
|
||||
Reference in New Issue
Block a user