summaryrefslogtreecommitdiff
path: root/ybd
diff options
context:
space:
mode:
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