diff options
Diffstat (limited to 'packages/meshbay-common/src/meshbay_common/background.py')
| -rw-r--r-- | packages/meshbay-common/src/meshbay_common/background.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/meshbay-common/src/meshbay_common/background.py b/packages/meshbay-common/src/meshbay_common/background.py index 1f25dfd..0afc3e8 100644 --- a/packages/meshbay-common/src/meshbay_common/background.py +++ b/packages/meshbay-common/src/meshbay_common/background.py @@ -30,7 +30,8 @@ from __future__ import annotations import asyncio import logging -from typing import Any, Coroutine +from collections.abc import Coroutine +from typing import Any log = logging.getLogger(__name__) |