Skip to content

Commit

Permalink
don't format removals tests
Browse files Browse the repository at this point in the history
  • Loading branch information
spyoungtech committed May 4, 2023
1 parent ba3e8eb commit 4908de3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/data/async/removals.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ async def another_method(self):
print('This line should stick around')
await self.something("the content in this line should be removed") # unasync: remove

# fmt: on
1 change: 1 addition & 0 deletions tests/data/sync/removals.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ def foobar(self):
def another_method(self):
print('This line should stick around')

# fmt: on

0 comments on commit 4908de3

Please sign in to comment.