diff options
Diffstat (limited to 'solo-tool-project/test/handlers_integrationtest.py')
-rw-r--r-- | solo-tool-project/test/handlers_integrationtest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solo-tool-project/test/handlers_integrationtest.py b/solo-tool-project/test/handlers_integrationtest.py index 85050d6..6696f86 100644 --- a/solo-tool-project/test/handlers_integrationtest.py +++ b/solo-tool-project/test/handlers_integrationtest.py @@ -1,6 +1,6 @@ import pytest -from fixtures import soloTool, testSongs, mockPlayer, songPool +from fixtures import soloTool, testSongs, mockPlayer from solo_tool.handlers import keyPointRelative |