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

Extra space in kwarg unpacking #46

Closed
max-sixty opened this issue Mar 21, 2018 · 1 comment
Closed

Extra space in kwarg unpacking #46

max-sixty opened this issue Mar 21, 2018 · 1 comment
Labels
good first issue Good for newcomers T: bug Something isn't working

Comments

@max-sixty
Copy link

I thought I'd seen this (and maybe put an issue in already on this?) but I can't find it anywhere. So here goes:

-        return security_screen(**self.screen_kwargs)
+        return security_screen(** self.screen_kwargs)

Operating system: MacOS
Python version: 3.6.4
Black version: black, version 18.3a3
Does also happen on master: Yes

@ambv ambv added T: bug Something isn't working good first issue Good for newcomers labels Mar 21, 2018
@ambv ambv closed this as completed in df7aacb Mar 22, 2018
@ambv
Copy link
Collaborator

ambv commented Mar 22, 2018

Thanks for your report, this is now fixed! ✨ 🍰 ✨

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers T: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants