aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pyagl/tests/test_gps.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyagl/tests/test_gps.py b/pyagl/tests/test_gps.py
index 9bcd073..db3a7a4 100644
--- a/pyagl/tests/test_gps.py
+++ b/pyagl/tests/test_gps.py
@@ -4,7 +4,7 @@ import pytest
import logging
from pyagl.services.base import AFBResponse, AFBT
from pyagl.services.gps import GPSService as GPS
-from concurrent.futures import TimeoutError
+from asyncio.exceptions import TimeoutError
pytestmark = pytest.mark.asyncio