Skip to content

Commit af95f95

Browse files
committed
fix: rebase
1 parent 840d54a commit af95f95

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

diracx-core/src/diracx/core/settings.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,9 @@
1717
import os
1818
from collections.abc import AsyncIterator
1919
from pathlib import Path
20-
from typing import TYPE_CHECKING, Annotated, Any, Self, TypeVar, cast
20+
from typing import Annotated, Any, Self, TypeVar, cast
2121

2222
import dotenv
23-
from aiobotocore.session import get_session
24-
from botocore.config import Config
25-
from botocore.errorfactory import ClientError
2623
from cryptography.fernet import Fernet
2724
from joserfc.jwk import KeySet, KeySetSerialization
2825
from pydantic import (
@@ -47,10 +44,6 @@
4744
from .s3 import s3_bucket_exists
4845
from .utils import dotenv_files_from_environment
4946

50-
if TYPE_CHECKING:
51-
from types_aiobotocore_s3.client import S3Client
52-
53-
5447
T = TypeVar("T")
5548

5649

0 commit comments

Comments
 (0)