Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cinema visit implemented #808

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

Black3942
Copy link

No description provided.

app/main.py Outdated
visitors = [
Customer(customer["name"], customer["food"]) for customer in customers
]
cinema_bar = CinemaBar()

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need to create an instance to call static method

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

refactored

@Black3942 Black3942 requested a review from fsocie7y November 22, 2023 09:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants