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 solution #1376

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

Cinema solution #1376

wants to merge 7 commits into from

Conversation

WWEEWW044
Copy link

No description provided.


def movie_session(self,
movie_name: str,
customers: list["Customer"],

Choose a reason for hiding this comment

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

Suggested change
customers: list["Customer"],
customers: list[Customer],

def movie_session(self,
movie_name: str,
customers: list["Customer"],
cleaning_staff: "Cleaner") -> None:

Choose a reason for hiding this comment

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

Suggested change
cleaning_staff: "Cleaner") -> None:
cleaning_staff: Cleaner) -> None:

Copy link

@vasylhnatiuk vasylhnatiuk left a comment

Choose a reason for hiding this comment

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

fix tests

@WWEEWW044
Copy link
Author

🥳🥳🥳

Copy link

@vsmutok vsmutok left a comment

Choose a reason for hiding this comment

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

Great!

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.

3 participants