]> Nutra Git (v1) - nutratech/cli.git/commitdiff
test fix
authorShane Jaroch <chown_tee@proton.me>
Fri, 19 Apr 2024 17:29:42 +0000 (13:29 -0400)
committerShane Jaroch <chown_tee@proton.me>
Fri, 19 Apr 2024 17:29:42 +0000 (13:29 -0400)
ntclient/persistence/sql/__init__.py

index e30cafae29ae4860be52e3d253a0b67c1baca8fd..a7fe8cf98a06d030f27dfc450fca10c830be2763 100644 (file)
@@ -11,7 +11,7 @@ from ntclient.utils import CLI_CONFIG
 # ------------------------------------------------
 
 
-def sql_entries(sql_result: sqlite3.Cursor) -> tuple[list, list, int, Optional[int]]:
+def sql_entries(sql_result: sqlite3.Cursor) -> Sequence[list, list, int, Optional[int]]:
     """
     Formats and returns a `sql_result()` for console digestion and output
     FIXME: the IDs are not necessarily integers, but are unique.