1
0
mirror of https://github.com/nvbn/thefuck.git synced 2024-10-06 02:41:10 +01:00

Removed an unused import.

This commit is contained in:
Adam Barnes 2017-03-22 10:29:50 +00:00
parent b22a3ac891
commit bddb43b987

View File

@ -1,7 +1,5 @@
import re
from thefuck.utils import replace_command
fix = 'git commit -m "Initial commit." && {command}'
refspec_does_not_match = re.compile(r'src refspec \w+ does not match any\.')