@@ -45,10 +45,10 @@ class AttributeValueAssertion(Sequence):
4545class MatchingRuleId (LDAPString ): ...
4646
4747class Vals (SetOf ):
48- componentType : AttributeValue # type: ignore[assignment]
48+ componentType : AttributeValue
4949
5050class ValsAtLeast1 (SetOf ):
51- componentType : AttributeValue # type: ignore[assignment]
51+ componentType : AttributeValue
5252 subtypeSpec : ConstraintsIntersection
5353
5454class PartialAttribute (Sequence ):
@@ -58,7 +58,7 @@ class Attribute(Sequence):
5858 componentType : NamedTypes
5959
6060class AttributeList (SequenceOf ):
61- componentType : Attribute # type: ignore[assignment]
61+ componentType : Attribute
6262
6363class Simple (OctetString ):
6464 tagSet : TagSet
@@ -97,7 +97,7 @@ class URI(LDAPString): ...
9797
9898class Referral (SequenceOf ):
9999 tagSet : TagSet
100- componentType : URI # type: ignore[assignment]
100+ componentType : URI
101101
102102class ServerSaslCreds (OctetString ):
103103 tagSet : TagSet
@@ -117,7 +117,7 @@ class Control(Sequence):
117117
118118class Controls (SequenceOf ):
119119 tagSet : TagSet
120- componentType : Control # type: ignore[assignment]
120+ componentType : Control
121121
122122class Scope (Enumerated ):
123123 namedValues : NamedValues
@@ -129,7 +129,7 @@ class TypesOnly(Boolean): ...
129129class Selector (LDAPString ): ...
130130
131131class AttributeSelection (SequenceOf ):
132- componentType : Selector # type: ignore[assignment]
132+ componentType : Selector
133133
134134class MatchingRule (MatchingRuleId ):
135135 tagSet : TagSet
@@ -161,7 +161,7 @@ class Substring(Choice):
161161
162162class Substrings (SequenceOf ):
163163 subtypeSpec : ConstraintsIntersection
164- componentType : Substring # type: ignore[assignment]
164+ componentType : Substring
165165
166166class SubstringFilter (Sequence ):
167167 tagSet : TagSet
@@ -170,12 +170,12 @@ class SubstringFilter(Sequence):
170170class And (SetOf ):
171171 tagSet : TagSet
172172 subtypeSpec : ConstraintsIntersection
173- componentType : Filter # type: ignore[assignment]
173+ componentType : Filter
174174
175175class Or (SetOf ):
176176 tagSet : TagSet
177177 subtypeSpec : ConstraintsIntersection
178- componentType : Filter # type: ignore[assignment]
178+ componentType : Filter
179179
180180class Not (Choice ): ...
181181
@@ -201,7 +201,7 @@ class Filter(Choice):
201201 componentType : NamedTypes
202202
203203class PartialAttributeList (SequenceOf ):
204- componentType : PartialAttribute # type: ignore[assignment]
204+ componentType : PartialAttribute
205205
206206class Operation (Enumerated ):
207207 namedValues : NamedValues
@@ -210,7 +210,7 @@ class Change(Sequence):
210210 componentType : NamedTypes
211211
212212class Changes (SequenceOf ):
213- componentType : Change # type: ignore[assignment]
213+ componentType : Change
214214
215215class DeleteOldRDN (Boolean ): ...
216216
@@ -256,7 +256,7 @@ class SearchRequest(Sequence):
256256class SearchResultReference (SequenceOf ):
257257 tagSet : TagSet
258258 subtypeSpec : ConstraintsIntersection
259- componentType : URI # type: ignore[assignment]
259+ componentType : URI
260260
261261class SearchResultEntry (Sequence ):
262262 tagSet : TagSet
0 commit comments