Update database.py
This commit is contained in:
		| @@ -122,7 +122,6 @@ class Database: | ||||
|             if isinstance(database_object, objects.Artist): | ||||
|                 return writing_session.add_artist(database_object) | ||||
|  | ||||
|  | ||||
|     def push_many(self, database_objects: List[objects.MusicObject]) -> None: | ||||
|         """ | ||||
|         Adds a list of MusicObject instances to the database. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user