1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-02-21 20:38:54 +00:00

ag_literal.py: remove unused import (Flake8 F401)

https://github.com/nvbn/thefuck/pull/561#discussion_r81892699
This commit is contained in:
Joseph Frazier 2016-10-05 10:34:17 -04:00
parent b2947aba8d
commit 4822ceb87a

View File

@ -1,5 +1,4 @@
from thefuck.utils import for_app
from thefuck.utils import replace_argument
@for_app('ag')