aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/wrap_cl.py
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-09-09 10:41:19 +0200
committerGuido Günther <agx@sigxcpu.org>2016-09-12 08:52:07 +0200
commitd1c163401153329363a010373cb512f8e59ef1e2 (patch)
tree4360253804301e13b626a47d3ee9b7740dc9fbec /examples/wrap_cl.py
parentf7db3b77c491e5f76f441a1155aa87b1e5dedde6 (diff)
pep8/pyflakes cleanups
Diffstat (limited to 'examples/wrap_cl.py')
-rw-r--r--examples/wrap_cl.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/wrap_cl.py b/examples/wrap_cl.py
index 5f1c0c85..c4c6f8ba 100644
--- a/examples/wrap_cl.py
+++ b/examples/wrap_cl.py
@@ -8,6 +8,7 @@
import textwrap
import gbp.dch
+
def format_changelog_entry(commit_info, options, last_commit=False):
entry = gbp.dch.format_changelog_entry(commit_info, options, last_commit)
if entry: