From 5ddf7496206d095c9d6b01291e3f67db077b4746 Mon Sep 17 00:00:00 2001 From: Wilbert Chandra <90319182+GilbertKrantz@users.noreply.github.com> Date: Wed, 7 Jan 2026 20:18:24 +0700 Subject: [PATCH] Update sql_cli/models.py Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- sql_cli/models.py | 8 -------- 1 file changed, 8 deletions(-) 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