mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-10 07:00:54 +00:00
Typing and linting fixes
This commit is contained in:
@ -98,7 +98,7 @@ def initialize_pair(
|
||||
authenticator.update(tag)
|
||||
tag = authenticator.digest()
|
||||
|
||||
half = len(result) / 2
|
||||
half = int(len(result) / 2)
|
||||
first_half = result[:half]
|
||||
second_half = result[half:]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user