diff options
author | Matthew Fernandez <matthew.fernandez@gmail.com> | 2017-10-07 10:35:53 -0700 |
---|---|---|
committer | Matthew Fernandez <matthew.fernandez@gmail.com> | 2017-10-07 10:35:53 -0700 |
commit | a5f5f82b415b233c6fab18cb79983da3f7d5425c (patch) | |
tree | 148a120fcdfdac398b8b964f8a9284a399ce72c9 | |
parent | f048ad493860931270a3b45cfc5976e77b328c58 (diff) | |
download | bugseverywhere-a5f5f82b415b233c6fab18cb79983da3f7d5425c.tar.gz |
trivial: remove an unused import
-rw-r--r-- | libbe/command/list.py | 1 |
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 |