Skip to content

Commit

Permalink
Remove redundant information
Browse files Browse the repository at this point in the history
  • Loading branch information
Uxio0 committed Oct 20, 2023
1 parent 4833d40 commit 36de0b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion safe_cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class SafeCli:
def __init__(self, safe_address: ChecksumAddress, node_url: str, history: bool):
"""
:param safe_address: Safe address
:param node_url: Ethereum RPC url for the Safe address chain
:param node_url: Ethereum RPC url
:param history: If `True` keep command history, otherwise history is not kept after closing the CLI
"""
self.safe_address = safe_address
Expand Down

0 comments on commit 36de0b5

Please sign in to comment.