Skip to content

Commit 181502a

Browse files
authored
Remove the experimental feature warning for Semaphore (#7373)
1 parent 8c81d03 commit 181502a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

distributed/semaphore.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -270,12 +270,6 @@ class Semaphore(SyncMethodMixin):
270270
acquired. If this happens, a warning is emitted but the internal state is
271271
not modified.
272272
273-
.. warning::
274-
275-
This implementation is still in an experimental state and subtle
276-
changes in behavior may occur without any change in the major version
277-
of this library.
278-
279273
.. warning::
280274
281275
This implementation is susceptible to lease overbooking in case of

0 commit comments

Comments
 (0)