Skip to content

Commit

Permalink
Remove type annotation.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjrh committed Oct 27, 2017
1 parent 21f5bc0 commit 5a6811d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiorun.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
logger = logging.getLogger('aiorun')


_DO_NOT_CANCEL_COROS: Set = WeakSet()
_DO_NOT_CANCEL_COROS = WeakSet()


def shutdown_waits_for(coro, loop=None):
Expand Down

0 comments on commit 5a6811d

Please sign in to comment.