Skip to content

Commit

Permalink
Issue.get_default_description: delete docstring
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ryneeverett committed Aug 26, 2024
1 parent da88cbb commit 25e9983
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions bugwarrior/services/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 25e9983

Please sign in to comment.