Skip to content

Commit

Permalink
trollius is gone (#1373)
Browse files Browse the repository at this point in the history
  • Loading branch information
meejah committed Apr 25, 2020
1 parent bab6ea1 commit f83c48e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions autobahn/asyncio/util.py
Expand Up @@ -26,13 +26,8 @@

import hashlib
from typing import Optional
from asyncio import sleep # noqa

try:
from asyncio import sleep # noqa
except ImportError:
# Trollius >= 0.3 was renamed to asyncio
# noinspection PyUnresolvedReferences
from trollius import sleep # noqa

__all = (
'sleep',
Expand Down

0 comments on commit f83c48e

Please sign in to comment.