From cd97997274fe7669b1758f1696afe10726684d02 Mon Sep 17 00:00:00 2001 From: BrickGrass <49255229+BrickGrass@users.noreply.github.com> Date: Sat, 11 Dec 2021 23:46:55 +0000 Subject: [PATCH] Remove python2 syntax (fixes #4379) --- docs/tutorial/tests.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/tests.rst b/docs/tutorial/tests.rst index 51168fa8..697c0760 100644 --- a/docs/tutorial/tests.rst +++ b/docs/tutorial/tests.rst @@ -226,7 +226,7 @@ for each test. .. code-block:: python :caption: ``tests/conftest.py`` - class AuthActions(): + class AuthActions: def __init__(self, client): self._client = client