summaryrefslogtreecommitdiff
path: root/src/buildstream/_cachekey.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildstream/_cachekey.py')
-rw-r--r--src/buildstream/_cachekey.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/buildstream/_cachekey.py b/src/buildstream/_cachekey.py
index dd9207516..5bf11e5dc 100644
--- a/src/buildstream/_cachekey.py
+++ b/src/buildstream/_cachekey.py
@@ -22,7 +22,6 @@ import hashlib
import ujson
-
# Internal record of the size of a cache key
_CACHEKEY_SIZE = len(hashlib.sha256().hexdigest())