Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
hoodmane committed Dec 20, 2024
1 parent b5bcd16 commit 5b92fd3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions spacy/tests/test_misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -508,13 +508,13 @@ def test_lazy_load_cli():
"-c",
dedent(
"""\
import sys
import spacy
assert "spacy" in sys.modules
assert "spacy.cli" not in sys.modules
spacy.cli
assert "spacy.cli" in sys.modules
"""
import sys
import spacy
assert "spacy" in sys.modules
assert "spacy.cli" not in sys.modules
spacy.cli
assert "spacy.cli" in sys.modules
"""
),
],
check=True,
Expand Down

0 comments on commit 5b92fd3

Please sign in to comment.