Skip to content

Commit

Permalink
Remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
eadpearce committed Nov 15, 2022
1 parent e22773d commit 3e9faec
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions measures/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,13 +236,6 @@ def _session_store(self):
def measures(self):
return Measure.objects.filter(pk__in=self._session_store.data.keys())

def get_initial(self):
store = SessionStore(
self.request,
"MEASURE_SELECTIONS",
)
return store.data.copy()

def get_form_kwargs(self, step):
kwargs = {}
if step == constants.DUTIES:
Expand Down

0 comments on commit 3e9faec

Please sign in to comment.