diff options
Diffstat (limited to 'backend/src/helpers.py')
| -rw-r--r-- | backend/src/helpers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/src/helpers.py b/backend/src/helpers.py index 0acfd929..e3770c63 100644 --- a/backend/src/helpers.py +++ b/backend/src/helpers.py @@ -10,7 +10,7 @@ import certifi from aiohttp.web import Request, Response, middleware from aiohttp.typedefs import Handler from aiohttp import ClientSession -from . import localplatform +from .localplatform import localplatform from .customtypes import UserType from logging import getLogger |
