From 192cd6370d2bc48a0a0532a5773010b3b6485cf8 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Wed, 4 Feb 2026 22:07:59 +0000 Subject: [PATCH] fix: resolve CI linting and type checking issues --- tests/test_schema.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_schema.py b/tests/test_schema.py index dfe6f51..54add41 100644 --- a/tests/test_schema.py +++ b/tests/test_schema.py @@ -1,7 +1,5 @@ """Tests for schema inference and validation.""" -import pytest - from config_converter.validators import SchemaInferrer, SchemaValidator from config_converter.validators.schema import SchemaType