Files
patroni/typings/cdiff/__init__.pyi
T
Alexander KukushkinandGitHub a903438a5a Compatibility with ydiff==1.4.2 (#3216)
1. Implemented compatibility.
2. Constrained the upper version in requirements.txt to avoid future failures.
3. Setup an additional pipeline to check with the latest ydiff.

Close #3209
Close #3212
Close #3218
2024-11-19 09:27:49 +01:00

6 lines
171 B
Python

import io
from typing import Any
class PatchStream:
def __init__(self, diff_hdl: io.BytesIOBase) -> None: ...
def markup_to_pager(stream: Any, opts: Any) -> None: ...