Skip to content

Commit

Permalink
Merge pull request #53 from graingert/patch-1
Browse files Browse the repository at this point in the history
__all__ should be a List[str]
  • Loading branch information
Tinche committed Oct 15, 2018
2 parents 5f9c4ad + b88912c commit 9cf2ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiofiles/__init__.py
Expand Up @@ -3,4 +3,4 @@

__version__ = "0.5.0.dev0"

__all__ = (open,)
__all__ = ['open']

0 comments on commit 9cf2ac8

Please sign in to comment.