Remove python2 syntax (fixes #4379)

This commit is contained in:
BrickGrass 2021-12-11 23:46:55 +00:00 committed by GitHub
parent 77840ee20d
commit cd97997274
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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