Skip to content

Commit

Permalink
seemingly unnecessary pyright rule
Browse files Browse the repository at this point in the history
  • Loading branch information
AbstractUmbra committed Aug 2, 2024
1 parent 707fcbf commit c8d68e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion audioop/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,3 @@ def rms(fragment: Buffer, width: int, /) -> int: ...
def tomono(fragment: Buffer, width: int, lfactor: float, rfactor: float, /) -> bytes: ...
def tostereo(fragment: Buffer, width: int, lfactor: float, rfactor: float, /) -> bytes: ...
def ulaw2lin(fragment: Buffer, width: int, /) -> bytes: ...
# pyright: ignore [reportShadowedImports]

0 comments on commit c8d68e6

Please sign in to comment.