From: Chris Lamb Date: Sat, 31 Oct 2009 11:06:20 +0000 (+0000) Subject: Remove empty docstring. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbcd49ef6c53529a01f0c890ff0132996b386e5c;p=dak Remove empty docstring. Signed-off-by: Chris Lamb --- diff --git a/daklib/queue.py b/daklib/queue.py index 0830fddd..a91bcdfa 100755 --- a/daklib/queue.py +++ b/daklib/queue.py @@ -2330,8 +2330,6 @@ distribution.""" ################################################################################ def check_source_against_db(self, filename, session): - """ - """ source = self.pkg.dsc.get("source") version = self.pkg.dsc.get("version")