diff --git a/sql_cli/models.py b/sql_cli/models.py index 12483f292..12d648424 100644 --- a/sql_cli/models.py +++ b/sql_cli/models.py @@ -1,14 +1,6 @@ from typing import List, Dict, Optional, TypedDict from datetime import datetime -SQL_TECHNIQUES = { - "B": "Boolean-based blind", - "E": "Error-based", - "U": "Union query-based", - "S": "Stacked queries", - "T": "Time-based blind", - "Q": "Inline queries", -} class ScanResult(TypedDict): total_tests: int