1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-11-17 15:26:19 +00:00

Remove unused imports

This commit is contained in:
mcarton
2015-08-26 20:55:47 +02:00
parent e5ce000399
commit 3bd2c8d4c8
11 changed files with 6 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
from thefuck import utils, shells
from thefuck import shells
from thefuck.utils import replace_argument
from thefuck.specific.git import git_support