diff --git a/thefuck/rules/brew_install.py b/thefuck/rules/brew_install.py index 0f33950..597a8f8 100644 --- a/thefuck/rules/brew_install.py +++ b/thefuck/rules/brew_install.py @@ -3,8 +3,6 @@ import os import re from subprocess import check_output -import thefuck.logs - # Formulars are base on each local system's status brew_formulas = [] try: