mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
update import syntax for new isort version
This commit is contained in:
@@ -6,8 +6,10 @@ import asyncio
|
||||
import weakref
|
||||
|
||||
try:
|
||||
# Standard Library
|
||||
from asyncio import get_running_loop
|
||||
except ImportError:
|
||||
# Standard Library
|
||||
from asyncio.events import _get_running_loop as get_running_loop
|
||||
|
||||
RUNNING_PYTHON_VERSION = sys.version_info
|
||||
|
Reference in New Issue
Block a user