Skip to content

Commit

Permalink
Remove isort_version
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts committed Nov 19, 2023
1 parent 7442c15 commit 8f29535
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,6 @@
jupytext.config.JUPYTEXT_CEILING_DIRECTORIES = ["/tmp/"]


def isort_version():
try:
import isort

return isort.__version__
except ImportError:
return None


@pytest.fixture
def no_jupytext_version_number():
with mock.patch("jupytext.header.INSERT_AND_CHECK_VERSION_NUMBER", False):
Expand Down

0 comments on commit 8f29535

Please sign in to comment.