Auto-format code with black

This commit is contained in:
explosion-bot 2022-12-09 08:04:14 +00:00 committed by GitHub
parent 6d2ca1ab3a
commit 4c1d299b3a

View File

@ -140,7 +140,7 @@ def test_issue11235():
assert os.path.exists(d / "cfg")
assert os.path.exists(d / f"{lang_var}_model")
assert cfg["commands"][0]["script"][0] == f"hello {lang_var}"
def test_cli_info():
nlp = Dutch()