Explorar el Código

[tests] Shim to fix broken import

Colin Powell hace 2 semanas
padre
commit
b8dd3ee258
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tests/scrobbles_tests/test_metadata.py

+ 1 - 1
tests/scrobbles_tests/test_metadata.py

@@ -1,6 +1,6 @@
 import pytest
 
-from scrobbles.dataclasses import BoardGameLogData, BoardGameScoreLogData
+#from scrobbles.dataclasses import BoardGameLogData, BoardGameScoreLogData
 
 
 @pytest.mark.skip("Need to get local tests running working again")