Remove python2 syntax (fixes #4379)
This commit is contained in:
parent
77840ee20d
commit
cd97997274
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue