Lint repo.

This commit is contained in:
Reid 'arrdem' McKenzie 2021-08-04 00:17:20 -06:00
commit 44f4a0aaa8
8 changed files with 15 additions and 14 deletions
projects/damm/test/python

View file

@ -1,9 +1,8 @@
from damm import Damm
import pytest
@pytest.mark.parametrize('num', [
@pytest.mark.parametrize("num", [
"0", # 0 itself is the start Damm state
"37", # [0, 3] => 7
"92", # [0, 9] => 2

View file

@ -1,5 +1,4 @@
from damm import Damm
from hypothesis import given
from hypothesis.strategies import integers