Skip to content
This repository was archived by the owner on May 16, 2023. It is now read-only.

Commit 6c63e58

Browse files
committed
chore: lab #7
1 parent a7274d3 commit 6c63e58

6 files changed

+0
-3
lines changed

lab/week_7/lab_7.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@ def __init__(self, fullname, email, phone_number, address, birth_date, emergency
5454
super().__init__(fullname, email, phone_number, address, birth_date,
5555
emergency_contact_fullname, emergency_contact_phone_number)
5656

57-
def add_slot(self):
58-
pass
59-
6057
def approve_booking(self):
6158
pass
6259

0 commit comments

Comments
 (0)