]> Cypherpunks.ru repositories - pyderasn.git/commitdiff
Unnecessary CommonString's encoding slot
authorSergey Matveev <stargrave@stargrave.org>
Thu, 6 Feb 2020 11:05:13 +0000 (14:05 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Thu, 6 Feb 2020 13:35:05 +0000 (16:35 +0300)
pyderasn.py

index f4f38a2c7121329bbd4ba797a55b87a2cf09e56a..fc29d97192f627eb2975e9bdc4354eeade60497e 100755 (executable)
@@ -3642,7 +3642,7 @@ class CommonString(OctetString):
        * - :py:class:`pyderasn.BMPString`
          - utf-16-be
     """
-    __slots__ = ("encoding",)
+    __slots__ = ()
 
     def _value_sanitize(self, value):
         value_raw = None