Skip to content

Commit 603a69a

Browse files
Fix noxfile for python 3.7/3.8 (#5911)
1 parent e8566a9 commit 603a69a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytests/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from collections.abc import Iterable
1+
from typing import Iterable
22
import shutil
33
from pathlib import Path
44

0 commit comments

Comments
 (0)