Skip to content

Commit

Permalink
Solution
Browse files Browse the repository at this point in the history
  • Loading branch information
Liliia Kostenko committed Jan 20, 2025
1 parent 365e65e commit f14cd2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
from app.people.cinema_staff import Cleaner


def cinema_visit(customers: Customer
def cinema_visit(customers: dict
, hall_number: int
, cleaner: Cleaner
, cleaner: str
, movie: str) -> None:

# Створення екземплярів клієнтів
Expand Down

0 comments on commit f14cd2a

Please sign in to comment.