Skip to content

Commit

Permalink
unneccessary blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Mar 22, 2020
1 parent 49de773 commit 2f9580d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion circuitpython_cirque_pinnacle.py
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,6 @@ def calibration_matrix(self):
# combine every 2 bytes from resulting buffer to form a list of signed 16-bits integers
return list(struct.unpack('46h', self._era_read_bytes(0x01DF, 46 * 2)))


@calibration_matrix.setter
def calibration_matrix(self, matrix):
if len(matrix) < 46: # padd short matrices w/ 0s
Expand Down

0 comments on commit 2f9580d

Please sign in to comment.