Skip to content

Commit

Permalink
style: format code with Autopep8, Black, Go fmt, Gofumpt, isort and Yapf
Browse files Browse the repository at this point in the history
This commit fixes the style issues introduced in d362b83 according to the output
from Autopep8, Black, Go fmt, Gofumpt, isort and Yapf.

Details: #466
  • Loading branch information
deepsource-autofix[bot] committed Mar 20, 2024
1 parent d362b83 commit f4f4149
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/python/test_dropkeeping.py
Expand Up @@ -54,12 +54,10 @@ def test_middle(r, out, mock, mock_const):
result, _ = roll(r, mock_mode=mock, mock_const=mock_const)
assert result == out

@pytest.mark.parameterize(
"r", ["1d6kh2"]
)

@pytest.mark.parameterize("r", ["1d6kh2"])
def test_dropkeepTooMuch():
try:
roll(r)
except Exception as e:
error_handled_by_gnoll(e)

0 comments on commit f4f4149

Please sign in to comment.