mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
cleanrup
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user