Skip to content

Commit 38737e9

Browse files
committed
Remove redundant Generic
1 parent 11a8aec commit 38737e9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

stubs/assertpy/assertpy/assertpy.pyi

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import logging
22
from collections.abc import Callable, Generator
3-
from typing import Any, Generic, TypeVar
3+
from typing import Any, TypeVar
44
from typing_extensions import Self
55

66
from .base import BaseMixin
@@ -40,7 +40,6 @@ class AssertionBuilder(
4040
ContainsMixin[_V],
4141
CollectionMixin[_V],
4242
BaseMixin,
43-
Generic[_V],
4443
):
4544
val: _V
4645
description: str

0 commit comments

Comments
 (0)