Skip to content

Commit 1186640

Browse files
committed
linter
1 parent feb0bfd commit 1186640

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

testing/test_basic.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@
1313

1414
timeout = 15
1515

16-
pytest_version = tuple(int(segment) for segment in pytest.__version__.split(".")[:3])
16+
pytest_version = tuple(
17+
int(segment)
18+
for segment in pytest.__version__.split(".")[:3]
19+
)
1720

1821

1922
# https://github.com/pytest-dev/pytest/issues/6505

0 commit comments

Comments
 (0)