From ac4920aaeef3c76a09fe89f28235c5fed03b613d Mon Sep 17 00:00:00 2001 From: Lars Yencken Date: Tue, 10 Sep 2013 14:57:06 +1000 Subject: [PATCH] Prune unused import. --- cheat | 1 - 1 file changed, 1 deletion(-) diff --git a/cheat b/cheat index a1981d1..a732faf 100755 --- a/cheat +++ b/cheat @@ -23,7 +23,6 @@ cheat.py -- cheat allows you to create and view interactive cheatsheets on the import os import sys -import argparse import subprocess DEFAULT_CHEAT_DIR = os.environ.get('DEFAULT_CHEAT_DIR') or \