Ensure that objects in the Pool has __slots__

issue10719
This commit is contained in:
Raimon Esteve 2021-10-04 10:38:27 +02:00
parent 77dd6274c4
commit c5b8d6b921
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ class Party(metaclass=PoolMeta):
class CreateQualityModelTestsMixin(object):
__slots__ = ()
@classmethod
def create_model_test(cls, shipments, type_, party_field):