Skip to content

Commit 413ae6e

Browse files
committed
Mark function for future removal.
1 parent 781f5b8 commit 413ae6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/legacy/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ def run_loop_once(self):
5757
self.loop.call_soon(self.loop.stop)
5858
self.loop.run_forever()
5959

60+
# Remove when dropping Python < 3.10
6061
@contextlib.contextmanager
6162
def assertNoLogs(self, logger="websockets", level=logging.ERROR):
6263
"""

0 commit comments

Comments
 (0)