Upgrade linter (#4461)

This commit is contained in:
Paulus Schoutsen 2016-11-18 21:47:59 -08:00 committed by GitHub
parent 37e28428c1
commit d2bbc6ef70
21 changed files with 28 additions and 7 deletions

View file

@ -34,5 +34,6 @@ FINGERPRINTS = {}
with open(fingerprint_file, 'w') as fp:
fp.write(result)
if __name__ == '__main__':
fingerprint()