mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-19 18:31:14 +08:00
remove quoted strings (#6933)
This commit is contained in:
@@ -282,7 +282,7 @@ class UniformResourceIdentifier(GeneralName):
|
||||
class ExtensionType(metaclass=ABCMeta):
|
||||
oid: ObjectIdentifier
|
||||
|
||||
_T = TypeVar("_T", bound="ExtensionType")
|
||||
_T = TypeVar("_T", bound=ExtensionType)
|
||||
|
||||
class Extension(Generic[_T]):
|
||||
critical: bool
|
||||
|
||||
Reference in New Issue
Block a user