mirror of
https://github.com/home-assistant/core.git
synced 2026-09-02 19:42:30 +01:00
Upgrade linter (#4461)
This commit is contained in:
@@ -34,5 +34,6 @@ FINGERPRINTS = {}
|
||||
with open(fingerprint_file, 'w') as fp:
|
||||
fp.write(result)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
fingerprint()
|
||||
|
||||
@@ -138,5 +138,6 @@ def main():
|
||||
|
||||
write_file(data)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
||||
@@ -63,5 +63,6 @@ def main():
|
||||
|
||||
print('Updated to latest version')
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
||||
Reference in New Issue
Block a user