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'