From f8873e1947e1369d167812c9105c412f59a55fde Mon Sep 17 00:00:00 2001 From: yrriban Date: Sun, 13 Apr 2025 17:45:42 -0400 Subject: [PATCH] Order imports. --- dcc/put.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dcc/put.py b/dcc/put.py index 1c071f6..57d398b 100644 --- a/dcc/put.py +++ b/dcc/put.py @@ -1,6 +1,6 @@ from cliff.command import Command -import dcc.config import boto3 +import dcc.config class Put(Command): def get_parser(self, prog_name):