Skip to content

Commit c10aea8

Browse files
drernieclaude
andcommitted
fix: remove unused imports to pass ruff linting
Remove unused pytest and Path imports from test files. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 1672586 commit c10aea8

3 files changed

Lines changed: 0 additions & 11 deletions

File tree

deploy/tests/test_config.py

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

33
import json
4-
from pathlib import Path
5-
6-
import pytest
74

85
from lib.config import DeploymentConfig
96

deploy/tests/test_terraform.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
"""Tests for Terraform orchestrator."""
22

3-
from pathlib import Path
4-
5-
import pytest
6-
73
from lib.terraform import TerraformOrchestrator, TerraformResult
84

95

deploy/tests/test_utils.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
"""Tests for utility functions."""
22

3-
from pathlib import Path
4-
5-
import pytest
6-
73
from lib.utils import format_dict, render_template, safe_get
84

95

0 commit comments

Comments
 (0)