Skip to content

Commit

Permalink
Merge pull request #121 from graingert/patch-1
Browse files Browse the repository at this point in the history
Make pyflakes happier
  • Loading branch information
jettify committed Feb 22, 2017
2 parents 20891ea + 8d2fddb commit 3ca3aae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Changes
-------
0.2.2 (YYYY-MM-DD)
^^^^^^^^^^^^^^^^^^
* set aiobotocore.__all__ for * imports #121 (thanks @graingert)

0.2.1 (2017-02-01)
^^^^^^^^^^^^^^^^^^
Expand Down
2 changes: 1 addition & 1 deletion aiobotocore/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .session import get_session, AioSession

__all__ = ['get_session', 'AioSession']
__version__ = '0.2.2a0'
(get_session, AioSession) # make pyflakes happy

0 comments on commit 3ca3aae

Please sign in to comment.