mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-10 03:31:27 +08:00
Third-party stubs: remove unused type: ignores (#11063)
This commit is contained in:
@@ -113,7 +113,7 @@ class NoneAdapter:
|
||||
def getquoted(self, _null: bytes = b"NULL") -> bytes: ...
|
||||
|
||||
@overload
|
||||
def make_dsn(dsn: bytes) -> bytes: ... # type: ignore[misc]
|
||||
def make_dsn(dsn: bytes) -> bytes: ... # type: ignore[overload-overlap]
|
||||
@overload
|
||||
def make_dsn(dsn: None = None) -> str: ...
|
||||
@overload
|
||||
|
||||
Reference in New Issue
Block a user