summaryrefslogtreecommitdiff
path: root/factory/base.py
diff options
context:
space:
mode:
Diffstat (limited to 'factory/base.py')
-rw-r--r--factory/base.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/factory/base.py b/factory/base.py
index d38c82d..ff77e77 100644
--- a/factory/base.py
+++ b/factory/base.py
@@ -163,9 +163,6 @@ class BaseFactory(object):
applicable; the current list of computed attributes is available for
to the currently processed object.
"""
- attributes = {}
- cls.sequence = cls._generate_next_sequence()
-
return getattr(cls, CLASS_ATTRIBUTE_DECLARATIONS).build_attributes(cls, create, kwargs)
@classmethod