Skip to content

Commit

Permalink
solution
Browse files Browse the repository at this point in the history
  • Loading branch information
axe-kkk committed Oct 1, 2024
1 parent 66b16b2 commit 597cdb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from app.cinema.hall import CinemaHall


def cinema_visit(customers: list,
def cinema_visit(customers: list[dict],
hall_number: int,
cleaner: str,
movie: str) -> None:
Expand Down

0 comments on commit 597cdb0

Please sign in to comment.