From aaaf5914158257895c1ff4488b5948913d23a8cd Mon Sep 17 00:00:00 2001 From: Kenneth Daily Date: Fri, 20 Dec 2024 15:05:24 -0800 Subject: [PATCH] manual ruff check fixes --- awscli/customizations/commands.py | 1 - 1 file changed, 1 deletion(-) diff --git a/awscli/customizations/commands.py b/awscli/customizations/commands.py index 33bcece5b46e..9094002d4324 100644 --- a/awscli/customizations/commands.py +++ b/awscli/customizations/commands.py @@ -2,7 +2,6 @@ import copy import os -from botocore import model from botocore.compat import OrderedDict from botocore.validate import validate_parameters