Skip to content

Commit b52c050

Browse files
Richardson Gundeclaude
authored andcommitted
Remove unused tempfile import [#14]
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
1 parent 6424e5b commit b52c050

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/security/test_path_traversal.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ def test_resolve_allows_valid_paths(self, workspace_dir):
2828

2929
def test_resolve_blocks_symlink_escape(self, tmp_path):
3030
"""Symlink pointing outside the workspace must be blocked after resolution."""
31-
import tempfile
3231
workspace_dir = tmp_path / "workspace"
3332
workspace_dir.mkdir()
3433
# Create target outside workspace (sibling directory, not inside workspace)

0 commit comments

Comments
 (0)