Skip to content

Commit

Permalink
docs: fix documentation generation
Browse files Browse the repository at this point in the history
  • Loading branch information
odrling committed May 24, 2021
1 parent 18201a2 commit e79c61a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/usage/streams.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ the usage is similar to that of REST API endpoints).


.. code-block:: python
from peony import PeonyClient, events
client = peony.PeonyClient(**creds)
Expand All @@ -30,5 +31,3 @@ the usage is similar to that of REST API endpoints).
if __name__ == '__main__':
loop = asyncio.get_event_loop()
loop.run_until_complete(track())

0 comments on commit e79c61a

Please sign in to comment.