diff --git a/server/app/instances.py b/server/app/instances.py index 325819e..1a733f1 100644 --- a/server/app/instances.py +++ b/server/app/instances.py @@ -2,4 +2,6 @@ from app.models import AllSongs from app.models import Artists songs_instance = AllSongs() -artist_instance = Artists() \ No newline at end of file +artist_instance = Artists() + +"" \ No newline at end of file