Skip to content

Commit

Permalink
sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mosquito committed Dec 17, 2019
1 parent 6ff9e44 commit 8ef1e60
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions aiomisc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ def setup_plugins():
'entrypoint', 'get_context', 'io', 'IteratorWrapper',
'IteratorWrapperSeparate', 'log', 'new_event_loop', 'PeriodicCallback',
'plugins', 'receiver', 'select', 'SelectResult', 'Service', 'shield',
'Signal', 'threaded', 'threaded_iterable', 'threaded_iterable_separate',
'threaded_separate', 'ThreadPoolExecutor', 'timeout', 'sync_wait_coroutine'
'Signal', 'sync_wait_coroutine', 'threaded', 'threaded_iterable',
'threaded_iterable_separate', 'threaded_separate', 'ThreadPoolExecutor',
'timeout',
)

0 comments on commit 8ef1e60

Please sign in to comment.