Minor robustness fix in accessing myriad LIGOTimeGPS implementations
This PR adds a bit more robustness to the construction of the gps_types
tuple in gwpy.time
. In certain situations protecting only against the parent module import isn't enough, e.g. if the LIGOTimeGPS
object gets removed, we need to ride through that.