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

Fix super() usage in SessionDeleteView #71

Closed
wants to merge 1 commit into from
Closed

Conversation

gera
Copy link
Contributor

@gera gera commented Mar 25, 2017

The existing call to super() fails with a TypeError: super() takes at least 1 argument (0 given). This fixes session deletion.

Additionally, the existing call doesn't return any value from super and returning None instead of a valid response object also raises an error.

The existing call to `super()` fails with a `TypeError: super() takes at least 1 argument (0 given)`. This fixes session deletion.

Additionally, the existing call doesn't return any value from `super` and returning `None` instead of a valid response object also raises an error.
@coveralls
Copy link

Coverage Status

Coverage remained the same at 90.365% when pulling f2d5c56 on gera:patch-1 into ece45f3 on Bouke:master.

@Bouke
Copy link
Collaborator

Bouke commented Apr 16, 2017

Merged in df1046f, thanks for the effort!

@Bouke Bouke closed this Apr 16, 2017
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.

None yet

3 participants