Skip to content

Commit

Permalink
fix: add missing pre-commit changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaranvpl authored and github-actions[bot] committed Nov 26, 2024
1 parent 2b95992 commit c675752
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions faststream/dummy.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +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 c675752

Please sign in to comment.