From e61271dae3549c98e8ccf83ae23372fc60d2d185 Mon Sep 17 00:00:00 2001 From: Adam Barnes Date: Wed, 22 Mar 2017 10:59:27 +0000 Subject: [PATCH] Removed another unused import. Goodness. --- tests/rules/test_git_push_without_commits.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/rules/test_git_push_without_commits.py b/tests/rules/test_git_push_without_commits.py index 4c3add58..4ffea4da 100644 --- a/tests/rules/test_git_push_without_commits.py +++ b/tests/rules/test_git_push_without_commits.py @@ -5,7 +5,6 @@ from thefuck.rules.git_push_without_commits import ( fix, get_new_command, match, - refspec_does_not_match, ) command = 'git push -u origin master'