Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
registration.py: Don't catch exception that can't be thrown.
A previous commit changed a `get` (which can throw `DoesNotExist`) to use an existing object, but kept the `try` / `except` block: 4bf3ace Removing this unused code path allows us to achieve 100% test coverage.
- Loading branch information