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

Format code with yapf #65

Merged
merged 1 commit into from
Sep 14, 2021
Merged

Conversation

deepsource-autofix[bot]
Copy link
Contributor

No description provided.

This commit fixes the style issues introduced in 99ffe99 according to the output
from yapf.

Details: https://deepsource.io/gh/kokarare1212/librespot-python/transform/c9015521-154b-4bca-841e-c46c9774327c/
info["activeUser"] = self.__connecting_username if self.__connecting_username is not None else self.__session.username() if self.has_valid_session() else ""
info[
"activeUser"] = self.__connecting_username if self.__connecting_username is not None else self.__session.username(
) if self.has_valid_session() else ""
Copy link

Choose a reason for hiding this comment

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

[Flake8] closing bracket does not match indentation of opening bracket's line (view)

Rule
E123

You can close this issue if no need to fix it. Learn more.

@kokarare1212 kokarare1212 added the bot This pull request / issue created by bot label Sep 14, 2021
@kokarare1212 kokarare1212 merged commit dac2554 into rewrite Sep 14, 2021
@kokarare1212 kokarare1212 deleted the deepsource-transform-e9085e36 branch September 14, 2021 00:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot This pull request / issue created by bot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant