From fe9bd132d9fdbe588ece474fe0abb2d617b9f407 Mon Sep 17 00:00:00 2001 From: Jeremie Fraeys Date: Wed, 21 Jan 2026 14:53:00 -0500 Subject: [PATCH] Restore requirements and tidy tests --- tests/test_controller.py | 2 -- 1 file changed, 2 deletions(-) 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