From 17fc302be46b6b5ccbb23cd0984ce28c3327a5e3 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 4 Dec 2015 09:00:13 +0000 Subject: [PATCH] PEP8 --- project/sync/cli.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/sync/cli.py b/project/sync/cli.py index 65fbdf1..810f6ba 100644 --- a/project/sync/cli.py +++ b/project/sync/cli.py @@ -1,9 +1,9 @@ import click -from project.utils import config, constants +from project.utils import config + @click.command('sync') def cli(): if not config.has_basics(): print("You do not have all the basic requirements set.") return 1 -