SIGN IN SIGN UP

Make sure that default_arg is not passed rather than checking for falsity

```
if not default_arg:
    ...
```
fails when `default_arg` can be assigned and still be false (implementing a `__bool__` or `__len__` etc). You dont want to overwrite the passed values.
R
Rahul Gopinath committed
2f2fcf87bc07ffd94b1ad1aa17062f94853ab73e
Parent: 99280f5
Committed by GitHub <noreply@github.com> on 12/25/2019, 9:10:53 AM