We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1b0aea commit 8fde9b8Copy full SHA for 8fde9b8
tests/examples/test_readmes.py
@@ -1,9 +1,9 @@
1
-from tests.examples.utils import ReadMe
2
-
3
from pathlib import Path
4
5
import pytest
6
+from tests.examples.utils import ReadMe
+
7
8
@pytest.mark.example
9
@pytest.mark.parametrize(
tests/examples/utils.py
@@ -1,6 +1,6 @@
import re
-from typing import Union, Optional
+from typing import Optional, Union
from bs4 import BeautifulSoup, ResultSet, Tag
0 commit comments