fix: do not use lambda in a loop
This commit is contained in:
parent
7e2c903334
commit
322679e7c5
2 changed files with 13 additions and 3 deletions
|
|
@ -1,7 +1,9 @@
|
|||
import time
|
||||
|
||||
from .event import Event
|
||||
from .key import PrivateKey
|
||||
|
||||
|
||||
def zero_bits(b: int) -> int:
|
||||
n = 0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue