summaryrefslogtreecommitdiff
path: root/util/stm32eeprom_parser.py
diff options
context:
space:
mode:
authorZach White <skullydazed@gmail.com>2021-09-27 10:02:54 -0700
committerGitHub <noreply@github.com>2021-09-27 10:02:54 -0700
commitfce9cb933845bf0b74d322eba02de3b76daaeb84 (patch)
treea28ffc6f3c53a4ddf1004f1a99938e2e5a42e6c3 /util/stm32eeprom_parser.py
parent5f38a98fa07677be960b71b8e3b0a1785effe0d8 (diff)
Cleanup issues identified by lgtm (#14459)
* cleanup issues identified by lgtm * fix the git_status check
Diffstat (limited to 'util/stm32eeprom_parser.py')
-rwxr-xr-xutil/stm32eeprom_parser.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/util/stm32eeprom_parser.py b/util/stm32eeprom_parser.py
index b124f713d5..e08b67064b 100755
--- a/util/stm32eeprom_parser.py
+++ b/util/stm32eeprom_parser.py
@@ -197,7 +197,6 @@ def dumpBinary(data, canonical):
print("")
size = len(data)
- empty_rows = 0
prev_row = ''
first_repeat = True
for pos in range(0, size, 16):