Skip to content

Commit 63a7e19

Browse files
committed
Run ruff
1 parent fbc5a8e commit 63a7e19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

invokeai/backend/model_hash/hash_validator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55
def validate_hash(hash: str):
6-
if not ":" in hash:
6+
if ":" not in hash:
77
return
88
for enc_hash in hashes:
99
alg, hash_ = hash.split(":")

0 commit comments

Comments
 (0)