Replace travis with Github Actions

This commit is contained in:
Mieszko Banczerowski
2021-09-28 15:22:55 +00:00
parent a5b2a0890e
commit 6196e751c6
3 changed files with 21 additions and 9 deletions

View File

@@ -33,7 +33,7 @@ class Cookie:
@dataclass
class NextStep:
"""Return this from :meth:`.authenticate` or :meth:`.pass_login_credentials` to open client built-in browser with given url.
R"""Return this from :meth:`.authenticate` or :meth:`.pass_login_credentials` to open client built-in browser with given url.
For example:
.. code-block:: python