1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Fix linting errors

This commit is contained in:
Paulus Schoutsen
2016-07-16 23:45:38 -07:00
parent 925a623445
commit 38c50c830f
7 changed files with 12 additions and 8 deletions

View File

@@ -1,5 +1,6 @@
#!/usr/bin/env python3
"""Generate a file with all md5 hashes of the assets."""
from collections import OrderedDict
import glob
import hashlib