|
39 | 39 | from awscli.customizations.codecommit import initialize as codecommit_init |
40 | 40 | from awscli.customizations.codedeploy.codedeploy import ( |
41 | 41 | register_codedeploy, |
| 42 | +) |
| 43 | +from awscli.customizations.codedeploy.codedeploy import ( |
42 | 44 | register_rename_codedeploy as codedeploy_init, |
43 | 45 | ) |
44 | 46 | from awscli.customizations.configservice.getstatus import register_get_status |
|
60 | 62 | from awscli.customizations.ec2.addcount import register_count_events |
61 | 63 | from awscli.customizations.ec2.bundleinstance import register_bundleinstance |
62 | 64 | from awscli.customizations.ec2.decryptpassword import ( |
63 | | - register_ec2_add_priv_launch_key |
| 65 | + register_ec2_add_priv_launch_key, |
64 | 66 | ) |
65 | 67 | from awscli.customizations.ec2.paginate import register_ec2_page_size_injector |
66 | 68 | from awscli.customizations.ec2.protocolarg import register_protocol_args |
|
118 | 120 | from awscli.customizations.route53 import register_create_hosted_zone_doc_fix |
119 | 121 | from awscli.customizations.s3.s3 import ( |
120 | 122 | register_s3_main, |
121 | | - register_s3_sync_strategies |
| 123 | + register_s3_sync_strategies, |
122 | 124 | ) |
123 | 125 | from awscli.customizations.s3errormsg import register_s3_error_msg |
124 | 126 | from awscli.customizations.s3events import ( |
|
131 | 133 | from awscli.customizations.sessendemail import register_ses_send_email |
132 | 134 | from awscli.customizations.sessionmanager import register_ssm_session |
133 | 135 | from awscli.customizations.sso import register_sso_commands |
134 | | -from awscli.customizations.streamingoutputarg import register_streaming_output_arg |
| 136 | +from awscli.customizations.streamingoutputarg import ( |
| 137 | + register_streaming_output_arg, |
| 138 | +) |
135 | 139 | from awscli.customizations.timestampformat import register_timestamp_format |
136 | 140 | from awscli.customizations.toplevelbool import register_bool_params |
137 | 141 | from awscli.customizations.translate import ( |
|
0 commit comments