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

changes to make code in line with PEP requirements #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

KostKH
Copy link

@KostKH KostKH commented Jan 21, 2023

Hello!
I would like to offer you several changes to make you code in line with PEP requirements. These changes are:

  • replacement of indentation tabs with spaces
  • splitthig of lines, that are too long (> 79 characters)
  • deletion of unused import (json library)
  • sorting of imports
  • removal of one variable that is of no use in code ("reponse" in "delete_recordings' function)

Changes, that I offer, only refer to appearance of the code and might not affect its functionality.
I hope changes that I offered will be useful to you.
Thank you!

… tabs with spaces, remove unused import, separation of too-long lines)
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.

1 participant