Skip to content

Commit b4d260e

Browse files
author
Taniya Mathur
committed
Apply code formatting
1 parent 2ab8209 commit b4d260e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

publish.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2097,7 +2097,10 @@ def get_component_checksum(self, *paths):
20972097

20982098
# Include deployment context in checksum calculation
20992099
combined = (
2100-
"".join(checksums) + (self.bucket or "") + (self.prefix_and_version or "") + (self.region or "")
2100+
"".join(checksums)
2101+
+ (self.bucket or "")
2102+
+ (self.prefix_and_version or "")
2103+
+ (self.region or "")
21012104
)
21022105
result = hashlib.sha256(combined.encode()).hexdigest()
21032106

0 commit comments

Comments
 (0)