Skip to content

Commit 5924ae6

Browse files
committed
[webob] remove slots for namedtuple
1 parent ecb0610 commit 5924ae6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stubs/WebOb/webob/acceptparse.pyi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ _AcceptLanguageProperty: TypeAlias = AsymmetricPropertyWithDelete[
6464
]
6565

6666
class AcceptOffer(NamedTuple):
67-
__slots__ = ()
6867
type: str
6968
subtype: str
7069
params: tuple[tuple[str, str], ...]

0 commit comments

Comments
 (0)