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

Develop #1054

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
.DS_Store
venv/
.pytest_cache/
tests/__pycache__/test_main.cpython-39-pytest-7.1.3.pyc

Choose a reason for hiding this comment

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

add a blank line

Binary file added app/__pycache__/main.cpython-39.pyc
Binary file not shown.
14 changes: 13 additions & 1 deletion app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,16 @@
}
collection_of_coins = {1, 2, 25}

# write your code here
sorted_variables = {
"mutable": [
Olevsky-Ivan marked this conversation as resolved.
Show resolved Hide resolved
my_favourite_films,

Choose a reason for hiding this comment

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

The issue is not resolved, your pull request should not contain files other than app/main.py. Visit a Q&A session to resolve this issue and request another review after other files are not present.

marks,
collection_of_coins
],
"immutable": [
lucky_number,
pi,
one_is_a_prime_number,
name,
profile_info
]}
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ flake8-annotations==2.9.1
flake8-quotes==3.3.1
flake8-variables-names==0.0.5
pep8-naming==0.13.2
pytest==7.1.3
pytest==7.1.3
Binary file added tests/__pycache__/__init__.cpython-39.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading