Skip to content

Commit

Permalink
Remove dead sectionthat is not used
Browse files Browse the repository at this point in the history
  • Loading branch information
remyroy committed Jun 12, 2024
1 parent 32f21f5 commit 676d6be
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 16 deletions.
4 changes: 0 additions & 4 deletions test_binary_btec_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,6 @@ async def main(argv):

await proc.wait()

# Check files
validator_keys_folder_path = os.path.join(my_folder_path, DEFAULT_VALIDATOR_KEYS_FOLDER_NAME)
_, _, key_files = next(os.walk(validator_keys_folder_path))


if os.name == 'nt': # Windows
loop = asyncio.ProactorEventLoop()
Expand Down
4 changes: 0 additions & 4 deletions test_binary_deposit_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,6 @@ async def main(argv):

await proc.wait()

# Check files
validator_keys_folder_path = os.path.join(my_folder_path, DEFAULT_VALIDATOR_KEYS_FOLDER_NAME)
_, _, key_files = next(os.walk(validator_keys_folder_path))


if os.name == 'nt': # Windows
loop = asyncio.ProactorEventLoop()
Expand Down
4 changes: 0 additions & 4 deletions test_btec_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,6 @@ async def main():

await proc.wait()

# Check files
validator_keys_folder_path = os.path.join(my_folder_path, DEFAULT_VALIDATOR_KEYS_FOLDER_NAME)
_, _, key_files = next(os.walk(validator_keys_folder_path))


if os.name == 'nt': # Windows
loop = asyncio.ProactorEventLoop()
Expand Down
4 changes: 0 additions & 4 deletions test_deposit_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,6 @@ async def main():

await proc.wait()

# Check files
validator_keys_folder_path = os.path.join(my_folder_path, DEFAULT_VALIDATOR_KEYS_FOLDER_NAME)
_, _, key_files = next(os.walk(validator_keys_folder_path))


if os.name == 'nt': # Windows
loop = asyncio.ProactorEventLoop()
Expand Down

0 comments on commit 676d6be

Please sign in to comment.