Skip to content

Commit 899eee7

Browse files
committed
fix HashType comment format
1 parent cece3a2 commit 899eee7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/deploy_tools/models/binary_app.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77

88

99
class HashType(StrEnum):
10-
"""
11-
Type of hash to use for the binary.
12-
"""
10+
"""Type of hash to use for the binary."""
1311

1412
SHA256 = "sha256"
1513
SHA512 = "sha512"

0 commit comments

Comments
 (0)