We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11a8aec commit 38737e9Copy full SHA for 38737e9
stubs/assertpy/assertpy/assertpy.pyi
@@ -1,6 +1,6 @@
1
import logging
2
from collections.abc import Callable, Generator
3
-from typing import Any, Generic, TypeVar
+from typing import Any, TypeVar
4
from typing_extensions import Self
5
6
from .base import BaseMixin
@@ -40,7 +40,6 @@ class AssertionBuilder(
40
ContainsMixin[_V],
41
CollectionMixin[_V],
42
BaseMixin,
43
- Generic[_V],
44
):
45
val: _V
46
description: str
0 commit comments