Skip to content

Commit 22fa8df

Browse files
committed
remove extraneous lines
1 parent 8a8b0b7 commit 22fa8df

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

trio/_sync.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,6 @@ class CapacityLimiterStatistics:
150150
# Can be a generic type with a default of Task if/when PEP 696 is released
151151
# and implemented in type checkers. Making it fully generic would currently
152152
# introduce a lot of unnecessary hassle.
153-
154-
155153
class CapacityLimiter(AsyncContextManagerMixin, metaclass=Final):
156154
"""An object for controlling access to a resource with limited capacity.
157155

0 commit comments

Comments
 (0)