Skip to content

Commit c6f42f0

Browse files
committed
Fix lint errors
1 parent 8100f00 commit c6f42f0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

convex_api/key_pair.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ def to_public_key_checksum(public_key: str) -> str:
176176
else:
177177
checksum += value
178178

179-
180179
return KeyPair.add_0x_prefix(checksum)
181180

182181
@staticmethod

0 commit comments

Comments
 (0)