Skip to content

Commit b72c21b

Browse files
committed
style(security): remove unused import
Remove unused 'Any' import from typing module in input_validation.py. Auto-fixed by ruff linter.
1 parent be69771 commit b72c21b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

app/security/input_validation.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"""
1010

1111
import re
12-
from typing import Any
1312

1413
from app.logging_config import get_logger
1514

0 commit comments

Comments
 (0)