Skip to content

Commit d0f3842

Browse files
drernieclaude
andcommitted
fix: restore required pytest and Path imports in test_config
Tests use pytest.raises and Path, so these imports must be kept. Only removed unused json import. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent c10aea8 commit d0f3842

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

deploy/tests/test_config.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
"""Tests for configuration management."""
22

3-
import json
3+
from pathlib import Path
4+
5+
import pytest
46

57
from lib.config import DeploymentConfig
68

0 commit comments

Comments
 (0)