Skip to content

Commit a135b49

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent c0f700e commit a135b49

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/xdist/scheduler/isoscope.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@
4747
import enum
4848
from math import ceil
4949
import random
50-
from typing import cast, List, Tuple
50+
from typing import cast
51+
from typing import List
52+
from typing import Tuple
5153
from typing import TYPE_CHECKING
5254

5355
import pytest

0 commit comments

Comments
 (0)