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

Unneeded spaces added after open parens? #7

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

Unneeded spaces added after open parens? #7

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

Comments

@max-sixty
Copy link

Weirdness around the space after the parentheses. Also weird because I'd have thought the existing line was fine, and fit into the 79 characters I passed as an option

# existing
-    new_coord_names = (coord_names | set(vars_to_create)) - set(vars_to_remove)
-

# black
+    new_coord_names = ( coord_names | set(vars_to_create)) - set(
+        vars_to_remove
+    )
@ambv
Copy link
Collaborator

ambv commented Mar 14, 2018

Thanks for your report! I can reproduce this and will fix shortly.

@ambv ambv closed this as completed in 4c09ab7 Mar 15, 2018
ambv added a commit that referenced this issue Mar 19, 2018
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

No branches or pull requests

2 participants