Remove python 2 syntax (fixes #4379)

This commit is contained in:
BrickGrass 2021-12-11 23:44:23 +00:00 committed by GitHub
parent 9486b6cf57
commit 77840ee20d
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(object):
class AuthActions():
def __init__(self, client):
self._client = client