feat: remove test tool.

This commit is contained in:
Daniel Bauer
2025-06-30 12:11:58 +02:00
parent 2fdf4184de
commit 67f56a51ff
2 changed files with 1 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
"""Cordra client wrapper using HTTP requests."""
import logging
from typing import Any, cast
from typing import Any
import requests
from pydantic import BaseModel, Field