Skip to content

Commit 4b01b30

Browse files
committed
👹 Feed the hobgoblins (delint).
1 parent 463e40a commit 4b01b30

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

importlib_metadata/_functools.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import functools
22
import types
3-
from typing import Callable, TypeVar
3+
from collections.abc import Callable
4+
from typing import TypeVar
45

56

67
# from jaraco.functools 3.3

0 commit comments

Comments
 (0)