Remove python 2 syntax (fixes #4379)
This commit is contained in:
parent
9486b6cf57
commit
77840ee20d
1 changed files with 1 additions and 1 deletions
|
|
@ -226,7 +226,7 @@ for each test.
|
||||||
.. code-block:: python
|
.. code-block:: python
|
||||||
:caption: ``tests/conftest.py``
|
:caption: ``tests/conftest.py``
|
||||||
|
|
||||||
class AuthActions(object):
|
class AuthActions():
|
||||||
def __init__(self, client):
|
def __init__(self, client):
|
||||||
self._client = client
|
self._client = client
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue