Skip to content

Commit

Permalink
fix: remove breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
johnson2427 committed Jul 1, 2024
1 parent 9e26c0a commit 335640c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ape_aws/kms/_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ def import_key(
import_from_mnemonic: bool,
hd_path: str,
):
breakpoint()
if private_key_path:
if isinstance(private_key_path, str):
private_key_path = Path(private_key_path)
Expand Down

0 comments on commit 335640c

Please sign in to comment.