fix linter complaint about too many blank lines

This commit is contained in:
Adeeb Shihadeh
2020-05-31 17:20:47 -07:00
parent 9102c16118
commit 275e76c2b2
4 changed files with 0 additions and 6 deletions

View File

@@ -94,7 +94,6 @@ class Info():
message.zeros[i] = message.zeros[i] | ( (~int(bytes[i])) & 0xff)
def PrintUnique(interesting_file, background_files):
background = Info()
for background_file in background_files: