[format] Blacken everything
This commit is contained in:
@ -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")
|
||||
@ -19,7 +19,7 @@ def test_boardgame_log_data(boardgame_scrobble):
|
||||
new=None,
|
||||
rank=None,
|
||||
seat_order=None,
|
||||
role=None
|
||||
role=None,
|
||||
),
|
||||
BoardGameScoreLogData(
|
||||
person_id=2,
|
||||
@ -32,7 +32,7 @@ def test_boardgame_log_data(boardgame_scrobble):
|
||||
new=None,
|
||||
rank=None,
|
||||
seat_order=None,
|
||||
role=None
|
||||
role=None,
|
||||
),
|
||||
],
|
||||
difficulty=None,
|
||||
|
||||
Reference in New Issue
Block a user