Skip to content

Commit

Permalink
fix: removed extra method
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Oct 1, 2024
1 parent a629d5b commit 7c26d52
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/weby_pilot/bpi.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,9 +318,3 @@ def month_filename(self) -> str:
if self.date is None:
raise Exception("Date is not set")
return f"{self.date.strftime('%m')}.{self.file_type.extension}"

@property
def month_filename(self) -> str:
if self.date is None:
raise Exception("Date is not set")
return f"{self.date.strftime('%m')}.{self.file_type.extension}"

0 comments on commit 7c26d52

Please sign in to comment.