Skip to content

Commit

Permalink
chore: remove redefinition
Browse files Browse the repository at this point in the history
  • Loading branch information
dantetemplar committed Feb 25, 2024
1 parent 16716b8 commit 12d17a5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/repositories/bookings/abc.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,3 @@ async def form_schedule(self, start_of_week: datetime.date) -> bytes:
@abstractmethod
async def get_daily_bookings(self, date: datetime.date) -> list[ViewBooking]:
...

@abstractmethod
async def get_participant_bookings(self, participant_id: int) -> list[ViewBooking]:
...

0 comments on commit 12d17a5

Please sign in to comment.