mirror of
https://github.com/outbackdingo/patroni.git
synced 2026-08-25 14:53:37 +00:00
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
6 lines
171 B
Python
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: ...
|