Merge "Remove reference to monotonic on PyPI"

This commit is contained in:
Zuul 2023-12-19 18:56:04 +00:00 committed by Gerrit Code Review
commit 945f7eddf5
1 changed files with 0 additions and 6 deletions

View File

@ -353,12 +353,6 @@ class StopWatch(object):
when operations are performed in a thread-safe manner on these objects by
wrapping those operations with locks.
It will use the `monotonic`_ pypi library to find an appropriate
monotonically increasing time providing function (which typically varies
depending on operating system and python version).
.. _monotonic: https://pypi.org/project/monotonic/
.. versionadded:: 1.4
"""
_STARTED = 'STARTED'