mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
Docutils frontend fix (#10569)
This commit is contained in:
@@ -81,3 +81,5 @@ class ConfigParser(RawConfigParser):
|
||||
def __getattr__(self, name: str) -> Incomplete: ...
|
||||
|
||||
class ConfigDeprecationWarning(DeprecationWarning): ...
|
||||
|
||||
def get_default_settings(*components) -> Values: ...
|
||||
|
||||
Reference in New Issue
Block a user