summaryrefslogtreecommitdiff
path: root/ybd
diff options
context:
space:
mode:
authorBen Brown <ben.brown@codethink.co.uk>2017-05-25 16:20:09 +0100
committerBen Brown <ben.brown@codethink.co.uk>2017-05-26 12:06:13 +0100
commit3b7363a994f3647c3a00aa624718ee0cf205ce19 (patch)
tree009fc6f25ee542a9324f7f19af66e173cbc165a4 /ybd
parent4166c2b741351f820ee2a72456e7a10f3cc178b6 (diff)
downloadybd-3b7363a994f3647c3a00aa624718ee0cf205ce19.tar.gz
Remove unused import
Diffstat (limited to 'ybd')
-rw-r--r--ybd/release_note.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ybd/release_note.py b/ybd/release_note.py
index 6e13771..c1ab820 100644
--- a/ybd/release_note.py
+++ b/ybd/release_note.py
@@ -15,7 +15,7 @@
# =*= License: GPL-2 =*=
import os
-from subprocess import check_output, call
+from subprocess import check_output
import tempfile
import app
from app import chdir, config, log