diff --git a/tests/test_controller.py b/tests/test_controller.py index 2e34550..17ffacc 100644 --- a/tests/test_controller.py +++ b/tests/test_controller.py @@ -4,8 +4,6 @@ from dataclasses import dataclass from datetime import datetime from pathlib import Path -import pytest - from infra_controller.config import ControllerConfig from infra_controller.controller import InfraController from infra_controller.discovery import AppRegistration, InfraMetadata