Skip to content

Commit

Permalink
FIX: Remove accidental line added during the merge
Browse files Browse the repository at this point in the history
  • Loading branch information
jbellister-slac committed May 17, 2023
1 parent f2ae4de commit adbc437
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pydm/widgets/nt_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,6 @@ def send_table(self, row, column, value):
else:
self.value[self._table_labels[column]][row] = value

self.value[self._table_labels[column]][row] = value
value_to_send = {k: v for k, v in self.value.items() if k != 'labels'}

# dictionary needs to be wrapped in another dictionary with a key 'value'
Expand Down

0 comments on commit adbc437

Please sign in to comment.