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

Solution #1834

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

Solution #1834

wants to merge 5 commits into from

Conversation

chiper9
Copy link

@chiper9 chiper9 commented Jan 29, 2025

No description provided.

Comment on lines +4 to +5
comfort_class: int,
clean_mark: int,
Copy link

Choose a reason for hiding this comment

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

there are limits for these values, you should validate it. check the requirements

Comment on lines +15 to +17
distance_from_city_center: float,
clean_power: int,
average_rating: float,
Copy link

Choose a reason for hiding this comment

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

there are limits for these values, you should validate it. check the requirements

app/main.py Outdated
Comment on lines 29 to 30
cost = self.calculate_washing_price(car)
income += cost
Copy link

Choose a reason for hiding this comment

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

or just:
income += self.calculate...
as you don't use 'cost' variable anywhere

@chiper9 chiper9 requested a review from MNDonut February 4, 2025 16:22
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