Skip to content
Snippets Groups Projects
Commit 295860ca authored by John Chilton's avatar John Chilton
Browse files

Drop action type on abstract base.

Makes it more clear it is not a concrete action to my mind.
parent 9771fb86
No related branches found
No related tags found
No related merge requests found
......@@ -394,7 +394,6 @@ class PubkeyAuthenticatedTransferAction(BaseAction):
ssh_host=REQUIRED_ACTION_KWD,
ssh_port=REQUIRED_ACTION_KWD,
)
action_type = "remote_pubkey_transfer"
staging = STAGING_ACTION_REMOTE
ssh_key = None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment