Remove unnecessary import protection for python < 3
This PR removes a lingering ImportError
catch relating to unittest.mock
; we don't support python < 3 any more.
This PR removes a lingering ImportError
catch relating to unittest.mock
; we don't support python < 3 any more.