Skip to content

Commit

Permalink
Merge pull request #11 from kumaranvpl/append
Browse files Browse the repository at this point in the history
Append new lines
  • Loading branch information
kumaranvpl authored Nov 26, 2024
2 parents 51dd440 + c675752 commit 2b2fc6f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions faststream/dummy.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,9 @@ def dummy_method(self) -> str:
return "dummy"





class Strange:
def __init__(self) -> None:
pass

def strange_method(self) -> str:
return "strange"





0 comments on commit 2b2fc6f

Please sign in to comment.