Skip to content

Commit

Permalink
style: pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed May 22, 2024
1 parent ac77188 commit bc0e761
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from importlib_metadata import version
else:
from importlib.metadata import version

sphinx_vesion = tuple(int(d) for d in version("sphinx").split(".")[2])

pytest_plugins = 'sphinx.testing.fixtures'
Expand All @@ -23,4 +23,3 @@ def rootdir():
@pytest.fixture(scope="session")
def rootdir():
return Path(__file__).parent.absolute() / "roots"

0 comments on commit bc0e761

Please sign in to comment.