Skip to content

Commit

Permalink
Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
bharanidharan14 committed Nov 16, 2022
1 parent 2e74949 commit 9c85db4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions astronomer/providers/sftp/example_dags/example_sftp.py
Expand Up @@ -232,10 +232,6 @@ def terminate_instance(task_instance: "TaskInstance") -> None:
task_id="create_ec2_instance", python_callable=create_instance_with_security_group
)

# get_instance_details = PythonOperator(
# task_id="get_instance_details", python_callable=get_ec2_instance_details
# )

get_and_add_ip_address_for_inbound_rules = PythonOperator(
task_id="get_and_add_ip_address_for_inbound_rules",
python_callable=add_inbound_rule_for_security_group,
Expand Down

0 comments on commit 9c85db4

Please sign in to comment.