Skip to content

Commit 23fc8cf

Browse files
Auto-format code with black
1 parent eda4c75 commit 23fc8cf

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

thinc/tests/test_config.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ def catsie_v2(evil: StrictBool, cute: bool = True, cute_level: int = 1) -> str:
135135
worst_catsie = {"@cats": "catsie.v1", "evil": True, "cute": False}
136136

137137

138-
139138
def test_make_config_positional_args_dicts():
140139
cfg = {
141140
"hyper_params": {"n_hidden": 512, "dropout": 0.2, "learn_rate": 0.001},

0 commit comments

Comments
 (0)