Skip to content

Commit 213e554

Browse files
committed
yapfify
1 parent 0071f5d commit 213e554

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

trio_asyncio/__init__.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,8 @@
6262
}
6363
__deprecated_attributes__.update(
6464
{
65-
name: _deprecate.DeprecatedAttribute(
66-
getattr(_loop, name), "0.11.0", issue=64, instead=None
67-
)
65+
name:
66+
_deprecate.DeprecatedAttribute(getattr(_loop, name), "0.11.0", issue=64, instead=None)
6867
for name in ("TrioPolicy", "TrioChildWatcher", "current_policy")
6968
}
7069
)

0 commit comments

Comments
 (0)