Skip to content

Commit 4908de3

Browse files
committed
don't format removals tests
1 parent ba3e8eb commit 4908de3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/data/async/removals.py

+1
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,4 @@ async def another_method(self):
3535
print('This line should stick around')
3636
await self.something("the content in this line should be removed") # unasync: remove
3737

38+
# fmt: on

tests/data/sync/removals.py

+1
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ def foobar(self):
2222
def another_method(self):
2323
print('This line should stick around')
2424

25+
# fmt: on

0 commit comments

Comments
 (0)