Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update __init__.py - use of None in mapper parameter (#4)
When a caller passes a value of None for the mapper parameter, a TypeException is raised. Usage of None by a caller to signify no value given is quite common, so this makes the calls a bit more robust.
- Loading branch information