Skip to content

Commit

Permalink
Linting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hsandber authored Nov 26, 2024
1 parent 7f898b3 commit bfa94ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/surf/devices/analog_devices/_Ltm4664.py
Original file line number Diff line number Diff line change
Expand Up @@ -666,4 +666,3 @@ def addStatusBit(registerVar, name, bitOffset):
addStatusBit(self.STATUS_MFR_SPECIFIC, 'statusNvmCrcFault', 5)
addStatusBit(self.STATUS_MFR_SPECIFIC, 'statusInternalTempWarning', 6)
addStatusBit(self.STATUS_MFR_SPECIFIC, 'statusInternalTempFault', 7)

0 comments on commit bfa94ce

Please sign in to comment.