From 6309ef1e9283d2c156a58e283f769c3cacdfaf5b Mon Sep 17 00:00:00 2001 From: Avasam Date: Fri, 18 Oct 2024 13:45:32 -0400 Subject: [PATCH] Simplify another items to values --- adodbapi/apibase.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adodbapi/apibase.py b/adodbapi/apibase.py index b7d1f3ae3..d22173c46 100644 --- a/adodbapi/apibase.py +++ b/adodbapi/apibase.py @@ -564,7 +564,7 @@ def __next__(self): yield self._getValue(n) def __repr__(self): # create a human readable representation - taglist = sorted(self.rows.columnNames.items(), key=lambda x: x[1]) + taglist = sorted(self.rows.columnNames.values()) s = "