Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove presumably accidental double-call.
Looking more closely, I don't believe the double call was intended. The test still passes because the inner call raises the ValueError all the way up, but that means the outer call is never actually used, and it's a bit weird to be testing that passing a datetime.datetime doesn't work (and it would raise a TypeError anyway).
- Loading branch information