Skip to content

Commit 4e7d4e6

Browse files
committed
type in test_docs
1 parent 65c3d90 commit 4e7d4e6

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

tests/test_docs.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,11 @@
55
our documentation stay correct as the code evolves.
66
"""
77

8+
import doctest
89
from pathlib import Path
910

1011
import pytest
1112

12-
13-
import doctest
14-
15-
1613
@pytest.fixture()
1714
def readme_path() -> Path:
1815
"""Provide the path to the project's README.md file.

0 commit comments

Comments
 (0)