From 3753e8e0f10b287bce543739eff4676539093abf Mon Sep 17 00:00:00 2001 From: Jon Bernard Date: Wed, 3 Feb 2016 21:07:53 -0500 Subject: Remove unused import to make flake8 happy --- tests/test_cli.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/test_cli.py') diff --git a/tests/test_cli.py b/tests/test_cli.py index 38a37a8..64f9266 100644 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -1,5 +1,4 @@ from dotfiles.cli import cli -from dotfiles.repository import Repository class TestCli(object): -- cgit v1.2.3