Skip to content

Commit

Permalink
Update typing stub file
Browse files Browse the repository at this point in the history
  • Loading branch information
sk1p committed Jul 6, 2023
1 parent b21bbc2 commit cec89f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyproject_api/_backend.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ class BackendProxy:
def _optional_commands(self) -> dict[str, bool]: ...

def run(argv: Sequence[str]) -> int: ...
def read_line() -> bytearray: ...
def read_line(fd: int = 0) -> bytearray: ...
def flush() -> None: ...

0 comments on commit cec89f8

Please sign in to comment.