We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a8b0b7 commit 22fa8dfCopy full SHA for 22fa8df
1 file changed
trio/_sync.py
@@ -150,8 +150,6 @@ class CapacityLimiterStatistics:
150
# Can be a generic type with a default of Task if/when PEP 696 is released
151
# and implemented in type checkers. Making it fully generic would currently
152
# introduce a lot of unnecessary hassle.
153
-
154
155
class CapacityLimiter(AsyncContextManagerMixin, metaclass=Final):
156
"""An object for controlling access to a resource with limited capacity.
157
0 commit comments