Skip to content

Commit

Permalink
Appease the uncompromising formatter.
Browse files Browse the repository at this point in the history
  • Loading branch information
charettes committed Nov 5, 2022
1 parent 2258bd9 commit 9cac985
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion syzygy/compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
def get_model_state_field(model_state: ModelState, field_name: str) -> Field:
return model_state.fields[field_name] # type: ignore


else:

def get_model_state_field(model_state: ModelState, field_name: str) -> Field:
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ ignore_outcome =

[testenv:black]
usedevelop = false
basepython = python3.6
basepython = python3.8
commands = black --check syzygy tests
deps = black

Expand Down Expand Up @@ -86,4 +86,4 @@ deps =
pip
setuptools
twine
wheel
wheel

0 comments on commit 9cac985

Please sign in to comment.