mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 14:27:42 -02:30
import typing to fix lint issue
Signed-off-by: jessicamack <jmack@redhat.com>
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
import json
|
import json
|
||||||
import logging
|
import logging
|
||||||
import asyncio
|
import asyncio
|
||||||
|
from typing import Dict
|
||||||
|
|
||||||
import aiohttp
|
import aiohttp
|
||||||
from aiohttp import client_exceptions
|
from aiohttp import client_exceptions
|
||||||
|
|||||||
Reference in New Issue
Block a user