From 88d3516901a228bb0281dbe9ef89d46fa5ce3eb2 Mon Sep 17 00:00:00 2001 From: Kenneth Daily Date: Mon, 23 Dec 2024 11:32:28 -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 86a17004c0ff..58db27a05be5 100644 --- a/awscli/customizations/commands.py +++ b/awscli/customizations/commands.py @@ -2,7 +2,6 @@ import logging import os -from botocore import model from botocore.compat import OrderedDict from botocore.validate import validate_parameters