summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2018-01-01 02:25:13 +0100
committerGuido Günther <agx@sigxcpu.org>2018-01-01 02:25:43 +0100
commit257627db23cacfa3abb97e439f7dbf296319e927 (patch)
treefb00f02a53ae62af92259077598569204bda49ac
parent0730a57db438b935bc7f16957650a6ef25589598 (diff)
Make flake8 happy
Gbp-Dch: Ignore
-rw-r--r--gbp/patch_series.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/gbp/patch_series.py b/gbp/patch_series.py
index 64a3b582..1f10ad2c 100644
--- a/gbp/patch_series.py
+++ b/gbp/patch_series.py
@@ -254,7 +254,6 @@ class Dep3Patch(Patch):
self._dep3_to_info(headers)
-
class PatchSeries(list):
"""
A series of L{Patch}es as read from a quilt series file).