We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba3e8eb commit 4908de3Copy full SHA for 4908de3
tests/data/async/removals.py
@@ -35,3 +35,4 @@ async def another_method(self):
35
print('This line should stick around')
36
await self.something("the content in this line should be removed") # unasync: remove
37
38
+# fmt: on
tests/data/sync/removals.py
@@ -22,3 +22,4 @@ def foobar(self):
22
def another_method(self):
23
24
25
0 commit comments