mirror of
https://github.com/ansible/awx.git
synced 2026-03-11 14:39:30 -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 logging
|
||||
import asyncio
|
||||
from typing import Dict
|
||||
|
||||
import aiohttp
|
||||
from aiohttp import client_exceptions
|
||||
|
||||
Reference in New Issue
Block a user