From 9ad9af9b92d458cf22c73c8024552fe348211a15 Mon Sep 17 00:00:00 2001 From: ryneeverett Date: Tue, 20 Aug 2024 00:39:41 -0400 Subject: [PATCH] Issue.get_default_description: delete docstring The docstring is basically entirely false now: - It's not really "old-style" or historical, it is still the present default. - It is not used to link records, Issue.UNIQUE_KEY does that. --- bugwarrior/services/__init__.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/bugwarrior/services/__init__.py b/bugwarrior/services/__init__.py index 63c1500c..2be8e9c1 100644 --- a/bugwarrior/services/__init__.py +++ b/bugwarrior/services/__init__.py @@ -171,15 +171,6 @@ def to_taskwarrior(self): @abc.abstractmethod def get_default_description(self): - """ Return the old-style verbose description from bugwarrior. - - This is useful for two purposes: - - * Finding and linking historically-created records. - * Allowing people to keep using the historical description - for taskwarrior. - - """ raise NotImplementedError() def get_tags_from_labels(self,