Remove unused methods #33

Open
opened 2024-06-20 23:51:06 +02:00 by Ghost · 0 comments
Ghost commented 2024-06-20 23:51:06 +02:00 (Migrated from codeberg.org)
    def is_duplicate(self, other):
        return self.hash_val == other.hash_val

    def is_identical(self, other):
        return self.track == other.track

Along with property
self.hash_val = str(f"{self.title}{self.artist}{self.album}{self.duration}")

``` def is_duplicate(self, other): return self.hash_val == other.hash_val def is_identical(self, other): return self.track == other.track ``` Along with property ` self.hash_val = str(f"{self.title}{self.artist}{self.album}{self.duration}")`
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
johnsturgeon/autoplex#33
No description provided.