Skip to content

Conversation

sobolevn
Copy link

@sobolevn sobolevn commented Dec 5, 2018

I am using trailing comma, since these lines:

view=views.add_topping,
name='add_topping'),

also use trailing commas.

I am using leading comma, since these lines:

```python
view=views.add_topping,
name='add_topping'),
```

also uses trailing commas.
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