diff --git a/faststream/dummy.py b/faststream/dummy.py index 1b818b34b4..24707bc3f6 100644 --- a/faststream/dummy.py +++ b/faststream/dummy.py @@ -13,14 +13,10 @@ def __init__(self) -> None: def strange_method(self) -> str: return "strange" + class Twice: def __init__(self) -> None: pass def twice_method(self) -> str: return "twice" - - - - -