1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-01-31 02:01:13 +00:00

Removed another unused import.

Goodness.
This commit is contained in:
Adam Barnes 2017-03-22 10:59:27 +00:00
parent bddb43b987
commit e61271dae3

View File

@ -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'