aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Fernandez <matthew.fernandez@gmail.com>2017-10-07 10:35:53 -0700
committerMatthew Fernandez <matthew.fernandez@gmail.com>2017-10-07 10:35:53 -0700
commita5f5f82b415b233c6fab18cb79983da3f7d5425c (patch)
tree148a120fcdfdac398b8b964f8a9284a399ce72c9
parentf048ad493860931270a3b45cfc5976e77b328c58 (diff)
downloadbugseverywhere-a5f5f82b415b233c6fab18cb79983da3f7d5425c.tar.gz
trivial: remove an unused import
-rw-r--r--libbe/command/list.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/libbe/command/list.py b/libbe/command/list.py
index fb9a8f5..4bb9c7b 100644
--- a/libbe/command/list.py
+++ b/libbe/command/list.py
@@ -21,7 +21,6 @@
# Bugs Everywhere. If not, see <http://www.gnu.org/licenses/>.
import itertools
-import os
import re
import libbe