Skip to content

Commit 106c51a

Browse files
committed
Remove unused local variable.
1 parent cffc432 commit 106c51a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Form/formactions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ def all_children_consistent(model, parent, col):
209209
return (consistent, value)
210210

211211
def _populate_model(self):
212-
form_id = get_form_id(self.source)
213212
if self.actions_module:
214213
# get the all actions that the actions module can provide for the form
215214
# because the module is dynamically loaded, use getattr to retrieve the actual function to call

0 commit comments

Comments
 (0)