Skip to content

Commit

Permalink
fix: bad merge conflict solving
Browse files Browse the repository at this point in the history
  • Loading branch information
leclairm committed Nov 8, 2024
1 parent 0dfc913 commit c48ccd8
Show file tree
Hide file tree
Showing 4 changed files with 277 additions and 279 deletions.
6 changes: 0 additions & 6 deletions src/sirocco/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,6 @@ def __str__(self) -> str:
return self.name
return f"{self.name} [{self.date}]"

def __str__(self):
ret_str = f"{self.name}"
if self.date is not None:
ret_str += f"_{self.date}"
return ret_str


@dataclass
class Task(NodeStr):
Expand Down
Loading

0 comments on commit c48ccd8

Please sign in to comment.