diff --git a/sample_scripts/pycentral_workflow_sample.py b/sample_scripts/pycentral_workflow_sample.py index 01f6896..495940e 100644 --- a/sample_scripts/pycentral_workflow_sample.py +++ b/sample_scripts/pycentral_workflow_sample.py @@ -61,9 +61,4 @@ # Get instance of ArubaCentralBase from the central_filename from pycentral.workflows.workflows_utils import get_conn_from_file -central = get_conn_from_file(filename=central_filename) - -# Rename AP using the workflow `workflows.config_apsettings_from_csv.py` -from pycentral.workflows.config_apsettings_from_csv import ApSettingsCsv -ap_workflow = ApSettingsCsv(is_dhcp_ip=True) -ap_workflow.ap_settings_csv(conn=central, csv_filename=csv_filename) \ No newline at end of file +central = get_conn_from_file(filename=central_filename) \ No newline at end of file