Skip to content

Commit a746b81

Browse files
committed
👹 Feed the hobgoblins (delint).
1 parent 81b1b5a commit a746b81

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎imports.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import pathlib
2121
import subprocess
2222
import sys
23-
from typing import Generator
23+
from collections.abc import Generator
2424

2525
import jaraco.context
2626
from jaraco.collections import Projection

‎pypi.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
import pathlib
5656
import re
5757
import tokenize
58-
from typing import Iterator
58+
from collections.abc import Iterator
5959

6060
import jaraco.collections
6161
import jaraco.mongodb.helper

0 commit comments

Comments
 (0)