Skip to content

Commit

Permalink
removing unused attribute on FormPack
Browse files Browse the repository at this point in the history
(pack.submissions will be used in future tests)
  • Loading branch information
dorey committed May 17, 2017
1 parent 24350ef commit 0b6648b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/formpack/pack.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ def __init__(self, versions=None, title='Submissions', id_string=None,
self.id_string = id_string
self.root_node_name = root_node_name

self.submissions = submissions

self.title = title

self.strict_schema = strict_schema
Expand Down

0 comments on commit 0b6648b

Please sign in to comment.