resolve some new lint issues detected by newer version, and a few looked over ones
This commit is contained in:
parent
b79f01e2fa
commit
fae1e9285d
|
@ -1,4 +1,5 @@
|
|||
from hashlib import sha256
|
||||
|
||||
|
||||
def hash(x): return sha256(x).digest()
|
||||
def hash(x):
|
||||
return sha256(x).digest()
|
||||
|
|
Loading…
Reference in New Issue