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):