Skip to content

Commit 2c0a9c3

Browse files
fix(ra-tls-client): ruff format fix
1 parent 7fc9ed9 commit 2c0a9c3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

examples/ra-tls-client/client/client_test.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -587,11 +587,13 @@ async def main() -> None:
587587
#
588588
# Wrap FLR to WFLR
589589
wrap_tx_hash = await wrap_flr(
590-
amount=20.0, # 1 FLR
591-
attestation_token=attestation_token
590+
amount=20.0, # 1 FLR
591+
attestation_token=attestation_token,
592592
)
593593
if wrap_tx_hash:
594-
logger.debug(f"Wrap Transaction hash: https://flarescan.com/tx/0x{wrap_tx_hash}")
594+
logger.debug(
595+
f"Wrap Transaction hash: https://flarescan.com/tx/0x{wrap_tx_hash}"
596+
)
595597

596598
#
597599
# SparkDEX swap

0 commit comments

Comments
 (0)