Skip to content

Commit 8fde9b8

Browse files
committed
lint
Signed-off-by: Fynn Schmitt-Ulms <[email protected]>
1 parent a1b0aea commit 8fde9b8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/examples/test_readmes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
from tests.examples.utils import ReadMe
2-
31
from pathlib import Path
42

53
import pytest
64

5+
from tests.examples.utils import ReadMe
6+
77

88
@pytest.mark.example
99
@pytest.mark.parametrize(

tests/examples/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import re
2-
from typing import Union, Optional
32
from pathlib import Path
3+
from typing import Optional, Union
44

55
import pytest
66
from bs4 import BeautifulSoup, ResultSet, Tag

0 commit comments

Comments
 (0)