Skip to content

Commit

Permalink
remvoed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
thilak reddy committed Dec 10, 2023
1 parent e3134c9 commit 49c1173
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/opal-client/opal_client/data/fetcher.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import asyncio
from typing import Any, Dict, List, Optional, Tuple

import aiohttp
from fastapi import HTTPException
from opal_client.config import opal_client_config
from opal_client.policy_store.base_policy_store_client import JsonableValue
from opal_common.config import opal_common_config
Expand All @@ -11,7 +9,6 @@
from opal_common.fetcher.providers.http_fetch_provider import HttpFetcherConfig
from opal_common.logger import logger
from opal_common.utils import get_authorization_header, tuple_to_dict
from tenacity import retry


class DataFetcher:
Expand Down

0 comments on commit 49c1173

Please sign in to comment.