From fa45509b038326f83ca441d0ad294acfef33f1eb Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Mon, 9 Oct 2017 12:41:28 +0300 Subject: [PATCH 1/1] Unnecessary __slots__ in docstring --- pyderasn.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pyderasn.py b/pyderasn.py index fb043fe..8e7f028 100755 --- a/pyderasn.py +++ b/pyderasn.py @@ -3359,7 +3359,6 @@ class Sequence(Obj): You have to make specification of sequence:: class Extension(Sequence): - __slots__ = () schema = ( ("extnID", ObjectIdentifier()), ("critical", Boolean(default=False)), -- 2.44.0