Skip to content

Commit 6ebc112

Browse files
style: pre-commit fixes
1 parent 594729e commit 6ebc112

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/optional_dependencies/_core.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@
55
__all__: list[str] = []
66

77
import operator
8+
from collections.abc import Callable
89
from dataclasses import dataclass
910
from enum import Enum
1011
from types import MethodType
11-
from typing import Callable, Literal, cast
12+
from typing import Literal, cast
1213

1314
from packaging.utils import canonicalize_name
1415
from packaging.version import Version

0 commit comments

Comments
 (0)