Skip to content

Commit

Permalink
Fix a missing asyncio import in an example
Browse files Browse the repository at this point in the history
  • Loading branch information
ivknv committed Jul 6, 2019
1 parent 2c9474a commit aa80c76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ Setting custom properties of files

.. code:: python
import asyncio
import yadisk_async
async def main():
Expand Down

0 comments on commit aa80c76

Please sign in to comment.