diff --git a/awx/main/wsrelay.py b/awx/main/wsrelay.py index 6baa2954b2..93e7527dfa 100644 --- a/awx/main/wsrelay.py +++ b/awx/main/wsrelay.py @@ -1,6 +1,7 @@ import json import logging import asyncio +from typing import Dict import aiohttp from aiohttp import client_exceptions