mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-03 16:42:44 +08:00
Remove compatibility aliases (#5464)
* Remove compatibility aliases Remove a few instances of Text Use aliases from _typeshed * Remove unused imports
This commit is contained in:
@@ -8,7 +8,5 @@ class SndHeaders(NamedTuple):
|
||||
nframes: int
|
||||
sampwidth: Union[int, str]
|
||||
|
||||
_SndHeaders = SndHeaders
|
||||
|
||||
def what(filename: AnyPath) -> Optional[_SndHeaders]: ...
|
||||
def whathdr(filename: AnyPath) -> Optional[_SndHeaders]: ...
|
||||
def what(filename: AnyPath) -> Optional[SndHeaders]: ...
|
||||
def whathdr(filename: AnyPath) -> Optional[SndHeaders]: ...
|
||||
|
||||
Reference in New Issue
Block a user