diff --git a/stubs/rx/joins/pattern.pyi b/stubs/rx/joins/pattern.pyi deleted file mode 100644 --- a/stubs/rx/joins/pattern.pyi +++ /dev/null @@ -1,13 +0,0 @@ -# Stubs for rx.joins.pattern (Python 3) -# -# NOTE: This dynamically typed stub was automatically generated by stubgen. - -from .plan import Plan -from typing import Any - -class Pattern: - patterns: Any = ... - def __init__(self, patterns: Any) -> None: ... - def and_(self, other: Any): ... - def __and__(self, other: Any): ... - def then_do(self, selector: Any): ...