This commit is contained in:
mungai-njoroge
2023-07-29 07:00:31 +03:00
parent 93de3d2f0c
commit 50aa971972
6 changed files with 6 additions and 4 deletions
-2
View File
@@ -2,7 +2,6 @@
Helper functions for use with the SQLite database.
"""
from pprint import pprint
import sqlite3
from sqlite3 import Connection, Cursor
import time
@@ -46,7 +45,6 @@ def tuple_to_playlist(playlist: tuple):
"""
Takes a tuple and returns a Playlist object
"""
pprint(playlist)
return Playlist(*playlist)