Skip to content

Commit

Permalink
fixed mypy remarks
Browse files Browse the repository at this point in the history
  • Loading branch information
mgaertne committed Jul 23, 2024
1 parent 8bdf823 commit 257e7c0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/minqlx_plugin_test/game.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ def setup_game_in_warmup(
mock_game.map_title = map_title
mock_game.roundlimit = roundlimit
mock_game.maxclients = maxclients
mock_game.assert_addteamscore = functools.partial(
assert_game_addteamscore, mock_game
)
mock_game.assert_addteamscore = functools.partial(assert_game_addteamscore)


def setup_game_in_progress(
Expand Down

0 comments on commit 257e7c0

Please sign in to comment.