Ensure that objects in the Pool has __slots__

issue10719
This commit is contained in:
Raimon Esteve 2021-10-01 10:07:48 +02:00
parent 627cc1d712
commit 77dd6274c4
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ class Template(metaclass=PoolMeta):
class CreateQualityLotTestsMixin(object):
__slots__ = ()
@classmethod
def create_lot_quality_tests(cls, documents, template):