From 4822ceb87aee14e5bf09f0e662f7422dd198e9f0 Mon Sep 17 00:00:00 2001 From: Joseph Frazier <1212jtraceur@gmail.com> Date: Wed, 5 Oct 2016 10:34:17 -0400 Subject: [PATCH] ag_literal.py: remove unused import (Flake8 F401) https://github.com/nvbn/thefuck/pull/561#discussion_r81892699 --- thefuck/rules/ag_literal.py | 1 - 1 file changed, 1 deletion(-) diff --git a/thefuck/rules/ag_literal.py b/thefuck/rules/ag_literal.py index 4014eeda..d36d698e 100644 --- a/thefuck/rules/ag_literal.py +++ b/thefuck/rules/ag_literal.py @@ -1,5 +1,4 @@ from thefuck.utils import for_app -from thefuck.utils import replace_argument @for_app('ag')