fix: resolve ruff lint errors (unused imports and variables)
This commit is contained in:
parent
1e00cc9de6
commit
eba5cf6a82
5 changed files with 2 additions and 8 deletions
|
|
@ -1,9 +1,7 @@
|
|||
"""Tests for credential detection and redaction."""
|
||||
|
||||
import pytest
|
||||
|
||||
from claude_memory.credential_detector import (
|
||||
DetectedCredential,
|
||||
detect_credentials,
|
||||
is_sensitive,
|
||||
redact_credentials,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue